Hi,
I am trying to understand a bit better the meaning of the replicas and taskCount for the new kafka indexer (kafka supervisor).
If I have for example a kafka topic with 10 partitions and I set taskCount = 1, does that mean that single kafka index task would consume all the 10 partitions ?
If I set taskCount = 10, does that mean that druid would create separate kafka index task for each partition in the kafka topic ?
If my worker capacity is 3 tasks, and I have 5 works (nods), does that mean that those 10 tasks would be distributed to the different workers ?
What about the replicas parameter, what exactly its controls and how does it help ?
does the replicas parameter creates same kafka index task on another worker ? If so, which replica would be published eventually to the deep storage ?
Thanks,