I cannot get Spring-Kafka to work with Kafka client versions 1.x. I get the below error when I work with higher kafka clients (> 2)
[Consumer clientId=adapter1-0, groupId=xxxx] Connection to node -1 could not be established. Broker may not be available.
However the code seems to work with Kafka client version 1.1.
I cannot find out if it is Spring issue or KAfka client version issue