URL templates
In certain situations, you may need to view a Kafka record in a web browser. Yōzefu allows you to do so: select the Kafka record and press the o key (for open). This will open the corresponding URL in a new browser tab.
The tool uses a URL template from the configuration file. this template is defined in the .clusters.<name-of-your-cluster>.url_template property, where <name-of-your-cluster> is the specific cluster name you're using.
This list gives the different URL templates depending on the web application you use:
At this time, 3 variables can be used in the URL template: {topic}, {partition} and {offset}.