Skip to content

Commit

Permalink
Added new prefix in "Adding a consumer to a consumer group" (#471)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fmcdonal authored Apr 22, 2022
1 parent ccf052c commit b3efed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/kafka/consumer-configuration-kafka/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,13 @@ sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule require
== Adding a consumer to a consumer group

[role="_abstract"]
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.

A group ID is required for a consumer to be able to join a consumer group.
The group ID is the name of the consumer group.
When you configure a consumer client application to access Kafka, you assign a group ID to associate it with a consumer group.
All consumers with the same group ID belong to the consumer group with that ID.

Consumer groups connected to a Kafka instance are displayed in the {product-kafka} web console.

.Procedure
Expand Down

0 comments on commit b3efed3

Please sign in to comment.