kafka stream zombie state

2022-08-16 Thread Samuel Azcona
Hi Guys, I'm having an issue with a kafka stream app, at some point I get a consumer leave group message. Exactly same issue described to another person here: https://stackoverflow.com/questions/61245480/how-to-detect-a-kafka-streams-app-in-zombie-state But the issue is that stream state is conti

kafka stream zombie state

2022-08-16 Thread Samuel Azcona
Hi Guys, I'm having an issue with a kafka stream app, at some point I get a consumer leave group message. Exactly same issue described to another person here: https://stackoverflow.com/questions/61245480/how-to-detect-a-kafka-streams-app-in-zombie-state But the issue is that stream state is conti

RE: Re: kafka stream zombie state

2022-08-19 Thread Samuel Azcona
custom processors? Or anything in your topology that could > possibly fall into an > infinite loop? If not, I would suspect it's related to rocksdb -- but let's > start with the other stuff before > we go digging into that > > Hope this helps, > Sophie >

Kafka stream moving from running to shutdown without any visible exception or error

2022-09-13 Thread Samuel Azcona
Hi guys, I have a kotlin App that run 5 streams with different application.id, like: my-app-stream1 my-app-stream2 some days a go I start experimenting, a very weird problem, all my streams are in running state then in 3-5 minutes transition to shut down, I enable the debug/trace logs, but I can