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
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Describe the bug
I have been observing offset gap in kafka topic (KoP), same thing did not happen on standalone kafka server so far.
I am trying to listen to a kafka topic apache-kafka/bin/kafka-console-consumer.sh --topic test --offset 95719032467224513 --partition 0 --bootstrap-server 192.168.0.1:9092
and it stuck forever. This is causing my druid kafka ingestion to fail due to request timeout.
If I try a smaller 85719032467224513 or bigger 105719032467224513 offset , able to consume the messages.
Any reason why there is an offset gap?
Is there a way to avoid gap at all?
Describe the bug
I have been observing offset gap in kafka topic (KoP), same thing did not happen on standalone kafka server so far.
I am trying to listen to a kafka topic
apache-kafka/bin/kafka-console-consumer.sh --topic test --offset 95719032467224513 --partition 0 --bootstrap-server 192.168.0.1:9092and it stuck forever. This is causing my druid kafka ingestion to fail due to request timeout.
If I try a smaller
85719032467224513or bigger105719032467224513offset , able to consume the messages.Any reason why there is an offset gap?
Is there a way to avoid gap at all?
Thanks in advance.