I'm doing a windowed leftJoin in Kafka Streams.
I would like the join would to wait for the duration of the window before emiting result with null right side.
Is there a way to achieve it?
I'm doing a windowed leftJoin in Kafka Streams.
I would like the join would to wait for the duration of the window before emiting result with null right side.
Is there a way to achieve it?