Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetchMessage receive some empty message #1348

Open
sunxiatao opened this issue Nov 15, 2024 · 1 comment
Open

fetchMessage receive some empty message #1348

sunxiatao opened this issue Nov 15, 2024 · 1 comment
Labels

Comments

@sunxiatao
Copy link

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

@sunxiatao sunxiatao added the bug label Nov 15, 2024
@flashmouse
Copy link

I think you may have interest investigate these discussion #414 and #216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants