Hi community,

I need to grant a user consumer permissions on all topics (super consumer
), including new topics that haven’t been created. I have tried this:

kafka-acls.sh --add --allow-principal User:$1 --operation Read --topic "*"
kafka-acls.sh --add --allow-principal User:$1 --operation Describe --topic
“*"

(notice that I omitted irrelevant arguments)

The two commands work for existing topics but do not apply to new topics
afterwards.

Any suggestion would be appreciated. Thanks.

Reply via email to