Re: Understanding Kafka Streams max.task.idle.ms

2022-08-29 Thread Leif Wickland
unsubscribe On Mon, Aug 29, 2022 at 8:56 AM Derek Mok wrote: > Hi, I'd like some help with understanding how exactly max.task.idle.ms > works. I have a topology that consumes from an input topic A, and a join > operator that enriches the topic A messages with a KTable from a compacted > topic B.

Joining two topics and emitting each key only once within a sliding window.

2017-07-21 Thread Leif Wickland
Howdy, I'm trying to make a Mafka application which will join two topics with different semantics than the KStreams join has natively. Specifically I'd like to: - Immediately emit matches to a topic. - Track when matches are found so subsequent matches (which within the join window would be consi