You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Kafka cluster and am using KSM to manage permissions. I giving a permission to user to access a topic.
They are getting a 'Group authorization exception' when they try to consume from the topic. How can I add a group to permission?
In other words, I would like to use this command using KSM: ./kafka-acls --bootstrap-server --add --allow-principal User:<cert_name> --topic <topic_name> --consumer --group=*
Thank you
The text was updated successfully, but these errors were encountered:
Greetings,
I have a Kafka cluster and am using KSM to manage permissions. I giving a permission to user to access a topic.
They are getting a 'Group authorization exception' when they try to consume from the topic. How can I add a group to permission?
In other words, I would like to use this command using KSM: ./kafka-acls --bootstrap-server --add --allow-principal User:<cert_name> --topic <topic_name> --consumer --group=*
Thank you
The text was updated successfully, but these errors were encountered: