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
Added new prefix in "Adding a consumer to a consumer group" (#471)
* added new prefix in Adding a consumer to a consumer group
* added new prefix in Adding a consumer to a consumer group
* added active voice
* replaced in a client application to in your consumer application
* added a comma
To create a consumer group, you specify a consumer group ID in your consumer application. You do *not* create consumer groups in the {product-kafka} web console, or using the CLI.
143
+
142
144
A group ID is required for a consumer to be able to join a consumer group.
143
145
The group ID is the name of the consumer group.
144
146
When you configure a consumer client application to access Kafka, you assign a group ID to associate it with a consumer group.
145
147
All consumers with the same group ID belong to the consumer group with that ID.
148
+
146
149
Consumer groups connected to a Kafka instance are displayed in the {product-kafka} web console.
0 commit comments