Learning Golang (some rough notes) - S02E08 - Checking Kafka advertised.listeners with Go
At the beginning of all this my aim was to learn something new (Go), and use it to write a version of a utility that I’d previously hacked together in Python that checks your Apache Kafka broker configuration for possible problems with the infamous advertised.listeners setting. Check out a blog that I wrote which explains all about Apache Kafka and listener configuration.
You can find the code at https://github.com/rmoff/kafka-listeners It’s been a fun journey, and now I am pleased to be able to show the results of it.