Skip to content

groupId for KafkaUsers #10340

Answered by scholzj
mumlawski asked this question in Q&A
Jul 15, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Strimzi does not do anything with consumer groups. Consumer groups in Kafka are not user groups. They are used to coordinate various groups of consumers. What is the consumer group to which a consumer belongs is not defined on the user level but in the consumer configuration independently on the user's identity. So if you see random IDs as the consumer groups, that is a question of the application configuration.

The only place where consumer groups relate to users is that if you have enabled authorization, the user needs to be granted the right to use a given consumer group. If you use the type: simple authorization, this right can be granted in the KafkaUser resource. If you use another …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mumlawski
Comment options

Answer selected by mumlawski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants