Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

[BUG] Kafka topic offset gap #765

@Raven888888

Description

@Raven888888

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?

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions