-
Notifications
You must be signed in to change notification settings - Fork 919
Closed
Description
Hi all, @edenhill
I am facing this issue where when the broker is restarted after which causing the consumer not able to get the latest produce messages
The following steps is what i am trying:
- Single consumer subscribed to 6 topics with only 1 Kafka broker.
- At startup everything seems to be fine, messages are consumed till reaching EOP.
- Consumer is subscribed to 6 topics, messages are produced only on a single topic in this scenario, consumer poll with 1 sec timeout, auto commit enabled, keep alive enabled
- After sometime bring down the broker ( in a controlled manner )
- After some time bringing up the broker again
- Producing more messages to the same topic
- Problem is here: Consumer fails to consume the latest produced message
Also posting the logs for the broker & consumer
Can anyone help me on this ? Thanks
Kafka Version -> kafka_2.11-0.10.0.0
librdkafka -> master
confluent-kafka-python -> confluent-kafka (0.9.4)
Metadata
Metadata
Assignees
Labels
No labels