Hi all, In consumer we use a topic count map to set how many stream we want to split the topic. What's the relation between kafka partition number and consumer stream number? Seems stream number should be less or equal to partition number? Because if we set stream number bigger than partition number then some stream is empty or some partition is split.
Thanks, Yonghui