Re: New Kafka Consumer : unknown member id

2021-11-05 Thread Kafka Life
Hello Luke i have build a new kafka environment with kafka 2.8.0 the consumer is a new consumer set up to this environment is throwing the below error... the old consumers for the same applications for the same environment -2.8.0 is working fine.. . could you please advise 2021-11-02 12:25:24 D

Re: Stream to KTable internals

2021-11-05 Thread Matthias J. Sax
The log clearly indicates that you hit enforced processing. We record the metric and log: Cf https://github.com/apache/kafka/blob/3.0.0/streams/src/main/java/org/apache/kafka/streams/processor/internals/PartitionGroup.java#L194-L200 Not sure why the metric does not report it... Hence, the so

Re: Stream to KTable internals

2021-11-05 Thread Chad Preisler
It seems like I have 2 options to work around this issue. - Keep the KTable and have another process running that puts the missed join message back on the event topic. - Switch to GlobalKTable. Any other solutions/workarounds are welcome. Thanks, Chad On Thu, Nov 4, 2021 at 11:43 AM C