AW: Repeated UnknownProducerIdException

2020-05-29 Thread Schmidt-Dumont Georg (BCI/ESW17)
. Markus Heyn, Dr. Dirk Hoheisel, Christoph Kübel, Uwe Raschke, Peter Tyroller -Ursprüngliche Nachricht- Von: Matthias J. Sax Gesendet: Donnerstag, 28. Mai 2020 21:37 An: users@kafka.apache.org Betreff: Re: Repeated UnknownProducerIdException The issue with producer metadata often occurs

Re: Repeated UnknownProducerIdException

2020-05-28 Thread Matthias J. Sax
The issue with producer metadata often occurs for repartition topics. Those are purged actively by Kafka Streams. It might help to increase the segment size and maybe `segment.ms` config for those topics to preserve a large history (the active segment is not purged). By default, Kafka Streams crea

Repeated UnknownProducerIdException

2020-05-28 Thread Schmidt-Dumont Georg (BCI/ESW17)
Good morning, Since a couple of days ago we suddenly have the issue in our Kafka Steams application that a UnknownProducerException occurs. Digging into this I came across KIP-360. We are using a centrally managed Kafka