You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/05/05 10:06:30 UTC

[GitHub] [druid] asdf2014 commented on a change in pull request #11147: Allow user to set group.id for Kafka ingestion task

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org