Re: What does kafka streams groupBy does internally?

2024-01-30 Thread Matthias J. Sax
indicate that specific group will no longer have any new data? That’s a copy of my stack overflow question. apple-touch-i...@2.png What does kafka streams groupBy does internally? <https://stackoverflow.com/questions/77870807/what-does-kafka-streams-groupby-does-internally> stackoverf

What does kafka streams groupBy does internally?

2024-01-24 Thread warrior2031
Let's say there's a topic in which chunks of different files are all mixed up represented by a tuple (FileId, Chunk).Chunks of a same file also can be a little out of order.The task is to aggregate all files and store them into some store.The number of files is unbound.In pseudo stream DSL that