LGouellec / kafka-streams-dotnet

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

Exactly Once V2 #262

Open LGouellec opened 1 year ago

LGouellec commented 1 year ago

Description

For now, Streamiz only support old EOS V1, which means 1 producer per Task. This issue track EOS V2 with 1 producer per thread which reduce the resources and increase the performance, reduce broker costs and activity.