Streams group final result: EmitStrategy vs Suppressed

2024-04-15 Thread Ayoub
Hello, I found that there are two ways to send only the final result of a windowed groupBy, either using Suppressed .untilWindowCloses on the final KTable or Emit

RE: [ANNOUNCE] Apache Kafka 3.6.2

2024-04-15 Thread Merie Komlofske
On 2024/04/05 06:06:29 Manikumar wrote: > The Apache Kafka community is pleased to announce the release for > Apache Kafka 3.6.2 > > This is a bug fix release and it includes fixes and improvements from 28 JIRAs. > > All of the changes in this release can be found in the release notes: > https://ww

Re: Streams group final result: EmitStrategy vs Suppressed

2024-04-15 Thread Ayoub
Hello, *[Not sure if my email went through as I was not subscribed to this mailing list. Here is my original email]* I found that there are two ways to send only the final result of a windowed groupBy, either using Suppressed