-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Atlas Streams
-
Fully Compatible
-
ALL
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
This reproes in various tests in kafka.js during the initial start of the processor. The error eventually goes away. We should fix it to avoid the confusing warning logs.
this issue comes from us calling commitAsync before the kafka consumer has fully started up.
We have two options for the fix:
- (quick hack) Just don't print a warning for the first X seconds.
- While initializing the kafka consumer group, wait for it to be ready.
From Devika:
Noticed these errors during a prod deploy, over 300 times for one SP.
- has to be done before
-
SERVER-104021 kafkaConsumerGroupOffsetWithEnableAutoCommit error messages in kafka.js
-
- Needs Scheduling
-
- is related to
-
SERVER-104021 kafkaConsumerGroupOffsetWithEnableAutoCommit error messages in kafka.js
-
- Needs Scheduling
-