Skip to content

Debugger not stopping on breakpoints for Kafka listeners #1935

Answered by aviramha
cbfaucherupgrade asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @cbfaucherupgrade - Happy to hear that you love mirrord!
Do you see your local service getting the messages? It is very likely that since Kafka is a service you connect to and retrieve messages from, your local service is added as another replica/consumer in the group, and if there isn't an available partition to read from it'd be idle, since Kafka can have max consumers on consumer group equal to the partitions count.
If you want to read the messages instead of the deployed service, you can use the pause feature to make the targeted pod frozen while you use mirrord, then it'll replace it as a consumer and so get messages.
More info - https://mirrord.dev/docs/guides/pause/

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by cbfaucherupgrade
Comment options

You must be logged in to vote
1 reply
@cbfaucherupgrade
Comment options

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