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
We are facing the issue where consumers are not processing the message till the next consumer is start and re-balance is initiated.
To reproduce the issue. I have done following changes in the example consumer code provided in the repo.
I am reasonably sure I have a service hitting this too, I plan to debug it further next week... That service is also currently on 1.3.5, talking to a 1.0.1 broker.
We are facing the issue where consumers are not processing the message till the next consumer is start and re-balance is initiated.
To reproduce the issue. I have done following changes in the example consumer code provided in the repo.
When I run this code, the consumer instance is listed in describe command but is not associated to any topic as follows
But when the subscription is done through providing a list. Everything works fine.
Digging into the debug logs. I found that when the subscription is done through
pattern
the topics is passed asNULL
in MetadataRequest.But that is not the case when subscribed through providing
list
I am pretty new to Kafka, and there can be some issue with our Kafka configuration too. Can someone point me what could be the case.
Lib version we are using is
1.3.5
.The text was updated successfully, but these errors were encountered: