I'm securing a Kafka cluster. I read and followed the Confluent Kafka Security Tutorial, and it works like a charm.
Now, I would like to add ACLs to the brokers in order to remove them from the super users list (super.users=User:kafkabroker
).
What is the minimum set of ACLs needed by the brokers so they can communicate and operate properly?