You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we pause the queue we should not miss the message which we read for checking the time . Also when we resume we should first read that message.
Actual behavior
Auto Commit in kafkajs commits the message when we read it in retry queue but as we paused the state and when we resume the consumer message is already acknowledged last time, hence we lost the message
Steps to reproduce the behavior
Connect to Kafka cluster '...'
Configure consumer with '...'
Publish message '....'
See error
Supporting materials
Additional Specs
Node.js version [e.g. 18.1.0]
Kafka version [e.g. 3.2.0]
KafkaJS version [e.g. 2.1.0]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I'd like to discuss the caveats and issues I've identified so that we can work on them together. Could you please send me a meeting invite at your earliest convenience based on your availability? You can reach me at [email protected].
Expected behavior
When we pause the queue we should not miss the message which we read for checking the time . Also when we resume we should first read that message.
Actual behavior
Auto Commit in kafkajs commits the message when we read it in retry queue but as we paused the state and when we resume the consumer message is already acknowledged last time, hence we lost the message
Steps to reproduce the behavior
Supporting materials
Additional Specs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: