Re: Kafka Streams: Inconsistent Results with KStream-KTable Join Under Load

2025-01-10 Thread Hagiu Alexandru
nals.ProcessorNode.process(ProcessorNode.java:152) ... 19 more" On Sun, 29 Dec 2024 at 09:45, Hagiu Alexandru wrote: > Hello, > > I'm developing a Quarkus microservice that utilizes Kafka Streams to > process messages from multiple topics. Specifically, I'm attempting

Kafka Streams: Inconsistent Results with KStream-KTable Join Under Load

2024-12-30 Thread Hagiu Alexandru
Hello, I'm developing a Quarkus microservice that utilizes Kafka Streams to process messages from multiple topics. Specifically, I'm attempting to join a KStream and a KTable derived from two of these topics. Under normal conditions, the join operates as expected. However, under increased load, th