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/01/09 10:58:52 UTC

[GitHub] [druid] zhangyouxun edited a comment on issue #10720: Kafka index task is working, how can not found consumer groups

zhangyouxun edited a comment on issue #10720:
URL: https://github.com/apache/druid/issues/10720#issuecomment-757132078


   > How do I set the consumer group name?
   > 
   > "spec": {
   > "ioConfig": {
   > "type": "kafka",
   > "consumerProperties": {
   > "bootstrap.servers": "127.0.0.1:9092",
   > "group.id": "cg_test"
   > },
   > "topic": "CLICK_LOG",
   > "inputFormat": {
   > "type": "json"
   > },
   > "useEarliestOffset": false
   > }
   > 
   > group.id Not effective, Not effective!!!
   > 
   > can you help me~
   
   consumer group can not be set by user
   this issue will help you https://github.com/apache/druid/issues/8715
   


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