Replies: 3 comments 3 replies
-
hi @illotum - great idea. We haven't added this to the roadmap yet, but good thinking. I bet you can do it yourself. Currently the async engine is stateful so you could buffer by window time and then callback. but not out of the box atm. building a window aggregator is not too challenging if the windows fit inmemory. |
Beta Was this translation helpful? Give feedback.
-
Also turning this into a discussion. |
Beta Was this translation helpful? Give feedback.
-
Right, should've gone here from the start. Can the engine replay disrupted batches? Or does it offer fault tolerance of some other type? |
Beta Was this translation helpful? Give feedback.
-
While I understand that you intend to be compatible with Kafka Streams, are there any plans to do windowed processing in WASM? I am most interested in sliding window aggregation, triggered by timeout or incremental doesn't matter.
Beta Was this translation helpful? Give feedback.
All reactions