Skip to content

rd_kafka_consumer_poll returns " Broker: Not coordinator" ; no messages received after this error #3714

Answered by edenhill
vkanduveed asked this question in Q&A
Discussion options

You must be logged in to vote

I think you are hitting these two issues that are fixed in v1.8, please upgrade to v1.8.2:

(from https://github.com/edenhill/librdkafka/blob/master/CHANGELOG.md#consumer-fixes-1 ):

  • auto.offset.reset could previously be triggered by temporary errors,
    such as disconnects and timeouts (after the two retries are exhausted).
    This is now fixed so that the auto offset reset policy is only triggered
    for permanent errors.
  • The error that triggers auto.offset.reset is now logged to help the
    application owner identify the reason of the reset.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vkanduveed
Comment options

@vkanduveed
Comment options

@edenhill
Comment options

Answer selected by vkanduveed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants