This message was deleted.
# general
s
This message was deleted.
a
A consumer group is created with the partitions in a task, and Druid then relies on the consumer to poll the records. The class
KafkaRecordSupplier
has more details if you are interested
s
Inside the consumer group created for a particular task, what is the number of consumers inside it? Is it equal to the number of partitions?
a
Apologies, I meant to say that a single consumer is created per task
s
Can you point to the link in the documentation where I can read in detail
Each streaming ingestion task has a record supplier. In the case of the KafkaRecordSupplier, please refer to the method:
poll
👀 1