asdf2014 commented on a change in pull request #11147:
URL: https://github.com/apache/druid/pull/11147#discussion_r626436261



##########
File path: docs/development/extensions-core/kafka-ingestion.md
##########
@@ -40,6 +40,8 @@ This service is provided in the 
`druid-kafka-indexing-service` core Apache Druid
 > In addition, users could set `isolation.level` `read_uncommitted` in 
 > `consumerProperties`, if don't need Druid to consume transactional topics or 
 > need Druid to consume older versions of Kafka.
 > Make sure offsets are sequential, since there is no offset gap check in 
 > Druid anymore.
 
+> If your Kafka cluster enables ACLs, you can set `group.id` in 
`consumerProperties` to override the defualt auto generated group id.

Review comment:
       After updating the doc, you may need to add the `ACLs` to the 
`.spelling` file, and then please use `default` instead of `defualt`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to