Hi, For Kafka consumers, is it expected that the throughput will scale linearly as I increase the number of consumers/partitions?
Also, I keep getting this info message: "Kafka Consumer Marking the coordinator 2147483647 dead." What is the problem? How can I fix it? My program continues without any problem but I am worried that it maybe impacting the performance. I tried to set all the config timeout parameters to a large number. Both Kafka consumers and server are running on the same machine. -- Best Regards, Yazeed Alabdulkarim
