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 consuming messages using Kafka's FetchMessage in a consumer group, each message is followed by an unexpected message with a length of 6 and a value consisting of six \u0000 characters (null characters). These "empty" messages do not exist in the topic, which suggests there may be an issue with how the kafka-go consumer is handling message offsets or fetching messages.
When consuming messages using Kafka's FetchMessage in a consumer group, each message is followed by an unexpected message with a length of 6 and a value consisting of six \u0000 characters (null characters). These "empty" messages do not exist in the topic, which suggests there may be an issue with how the kafka-go consumer is handling message offsets or fetching messages.
kafka version: kafka_2.12-3.8.0
kafka-go version: v0.4.47
The text was updated successfully, but these errors were encountered: