Skip to content

Commit b3efed3

Browse files
authored
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
1 parent ccf052c commit b3efed3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/kafka/consumer-configuration-kafka/README.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,13 @@ sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule require
139139
== Adding a consumer to a consumer group
140140

141141
[role="_abstract"]
142+
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+
142144
A group ID is required for a consumer to be able to join a consumer group.
143145
The group ID is the name of the consumer group.
144146
When you configure a consumer client application to access Kafka, you assign a group ID to associate it with a consumer group.
145147
All consumers with the same group ID belong to the consumer group with that ID.
148+
146149
Consumer groups connected to a Kafka instance are displayed in the {product-kafka} web console.
147150

148151
.Procedure

0 commit comments

Comments
 (0)