Consumer not receiving messages after connection loss

2020-04-26 Thread Goran Sliskovic
Hi, I'm tracking an issue in production system (data flow stops suddenly for hours). That seems to bi triggered by network errors, however communication is not restored for hours event though networking is restored.I have managed to put test system in similar state. Symptoms: Client (java applic

Re: Consumer not receiving messages after connection loss

2020-04-26 Thread Goran Sliskovic
Sorry, apparently logs get formatted to unreadable state. Attached this time. On Sunday, April 26, 2020, 01:35:38 PM GMT+2, Goran Sliskovic wrote: Hi, I'm tracking an issue in production system (data flow stops suddenly for hours). That seems to bi triggered by network errors, howeve

Re: Error in kafka streams: The producer attempted to use a producer id which is not currently assigned to its transactional id

2020-04-26 Thread Matthias J. Sax
Well, what you say is correct. However, it's a "bug" in the sense that for some cases the producer does not need to fail, but can re-initialize itself automatically. Of course, you can also see this as an improvement and not a bug :) -Matthias On 4/25/20 7:48 AM, Pushkar Deole wrote: > version u

Re: Error in kafka streams: The producer attempted to use a producer id which is not currently assigned to its transactional id

2020-04-26 Thread Pushkar Deole
Thanks... can you point to those improvements/bugs that are fixed in 2.5? On Mon, Apr 27, 2020 at 1:03 AM Matthias J. Sax wrote: > Well, what you say is correct. However, it's a "bug" in the sense that > for some cases the producer does not need to fail, but can re-initialize > itself automatica