Rishi Bakshi

Results 2 comments of Rishi Bakshi

Hi @sancar I am having same issue and I tried your command to check if I can connect to my borkers and its successfully getting connect with all the brokers....

Add `connectionTimeout:3000` while connecting and see if you are able to resolve the issue. `const kafkaConnect = new Kafka({ ...props, connectionTimeout: 3000, });`