Could you advise if there are multiple partitions in one given topic, when we consume this kafka topic in this stream provider, how many Grains/Tasks/threads are used for this topic?
I read some source code, I'm not totally sure, but it seems like there would be only one thread that is consuming the message in public Task<IList<IBatchContainer>> GetQueueMessagesAsync(int maxCount) in KafkaAdapterReceiver
Hi Team,
Could you advise if there are multiple partitions in one given topic, when we consume this kafka topic in this stream provider, how many Grains/Tasks/threads are used for this topic?
I read some source code, I'm not totally sure, but it seems like there would be only one thread that is consuming the message in
public Task<IList<IBatchContainer>> GetQueueMessagesAsync(int maxCount)
inKafkaAdapterReceiver
Thank you.