I tried all the auto commit options available on kafkajs documentation, here and also manual commits on the same. But nothing seemed to work out for me. Is there any option that I may be missing excpet those provided in the documentation: https://kafka.js.org/docs/1.11.0/consuming
Asked
Active
Viewed 162 times
1 Answers
1
The problem was fixed by changing settings while instantiating the Kafka Consumer group ID. So the issue was basically, I had instantiations for producer and consumer with different group id. So, when I made them to connect using same Kafka Group ID. It worked as expected.

Chinmaya Patel
- 11
- 1