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 using Kafka Reader to read messages from kafka with StartOffset set to last offset and group id was never used before the Reader just doesn't read any messages
Kafka Version
What version(s) of Kafka are you testing against?
7.6.0
Describe the bug
When using Kafka Reader to read messages from kafka with StartOffset set to last offset and group id was never used before the Reader just doesn't read any messages
Kafka Version
To Reproduce
Config for go program
Expected Behavior
Program should consume messages from kafka and output them to console
Observed Behavior
Nothing happens
The text was updated successfully, but these errors were encountered: