Re: How to find out the end of the session window

2024-04-29 Thread Matthias J. Sax
Did you look into .windowedBy(...).emitStrategy(...) ? Using emit-final you would get an downstream even only after the window closed. -Matthias On 4/29/24 1:43 AM, Santhoshi Mekala wrote: Hi Team, We have the below requirement: We are processing batch logs in kstreams. Currently, we are

How to find out the end of the session window

2024-04-29 Thread Santhoshi Mekala
Hi Team, We have the below requirement: We are processing batch logs in kstreams. Currently, we are storing the batch logs in kafka topic after processing. We would like to integrate with object storage to store the batch logs in object storage after processing. For batch logs, we are using