Hi, we are working on automating our kafka setup (topics, users, acls etc) but we are missing structured output (think json) from the cli tools (i.e kafka-acls.sh, kafka-topics.sh). It only gives us human readable output which is hard to parse.
We would like to be able to use it with common tools like bash scripts, jq and ansible . Is there any existing solution or any ongoing initiative that can help us with this? Regards /Johan