Relative Content

Tag Archive for apache-kafkaspring-kafka

How to resolve kafka discnnection issue?

I am using Kafka Spring in my java Project and I have around 6 consumers .
I was having an issue that the kafka queue was filling up thus I created partitions or the topics equal to the number of consumers which is 6.
But then after making these changes I am still having issue that issue below:
So what could be the problem from the kafka server or my code?