Skip to content

No consumers for a Kafka topic #2819

Answered by artembilan
hariraogotit asked this question in Q&A
Discussion options

You must be logged in to vote

So why does the consumer detaching from the topic?

Apparently you have some blocking part in your listener logic where you don't return control back to KafkaConsumer.
And since it does not poll() any more, the group coordinator treats it as broken and detaches it from the group.

Please, revise the logic of your @KafkaListener and try to determine where you block.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hariraogotit
Comment options

@hariraogotit
Comment options

Answer selected by hariraogotit
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