LGouellec / kafka-streams-dotnet

.NET Stream Processing Library for Apache Kafka 🚀
https://lgouellec.github.io/kafka-streams-dotnet/
MIT License
455 stars 74 forks source link

Caching support #197

Closed LGouellec closed 1 month ago

LGouellec commented 1 year ago

Description

Since a while now Streamiz support multiple statefull aggregations. But it exist a main difference with the JAVA Implementation, Streamiz does not support caching.

So for each messages in input, we have one message at output.

The aim of this issue is to tracking the advance of caching feature. Plan for 1.5.0 release

image

LGouellec commented 1 year ago

Issue moved from 1.5 milestone to 1.6