Hi I know if the number of kafka consumers is greater than the number of partitions in the kafka broker cluster, several kafka consumers will be idle.
My question is, does the number of kafka consumers mean the number of kafka streams? For example, I have one broker with one partition. What if I create the consumer with 4 streams? Will 3 streams be idle? Or Will 4 streams get the split data from the one partition? Thank you Best, Jae