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/07 02:20:34 UTC

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

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



##########
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 default auto generated group id.

Review comment:
       ```suggestion
   > If your Kafka cluster enables consumer-group based ACLs, you can set `group.id` in `consumerProperties` to override the default auto generated group id.
   ```




-- 
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