Hi all,
I started using Druid 0.14.
I’m trying to figure out what is the name of consumer group it’s using.
I looked at the tasks payload, it says the group id is “index_kafka_events”, And there or not group with this name.
Moreover, We read events from a topic called “enriched-events”, and when I list the consumer groups of this topic no consumer group is found.
“index_kafka” is the header that Druid adds to the task names. Do you have a task called “events” ? Anyway, if there is no supervisor/tasks generated to read from topic “enriched-events”, I’d check if Druid is successfully reading from the Kafka brokers first.
Hi Ming,
I have tasks which start with “index_kafka” and druid is reading events properly.
**But, ** when I list the consumer groups from the topic the indexing service reading from ,
I expect to see “index_kakfa_*” groups , and there are no consumer groups.
So my question, why kafka doesn’t know about the existence of those consumer groups?