LGouellec / kafka-streams-dotnet

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

Offer manual control over Grace MS settings #282

Closed yasinparsi closed 9 months ago

yasinparsi commented 9 months ago

Fixes https://github.com/LGouellec/kafka-streams-dotnet/issues/281

yasinparsi commented 9 months ago

If you want we can implement this for other classes like TumblingWindowOptions & HoppingWindowOptions

LGouellec commented 9 months ago

@yasinparsi Can you implement the same behavior for TumblingWindowOptions and HoppingWindowOptions ? I think it could be interesting and useful.

Appreciate

yasinparsi commented 9 months ago

@LGouellec Ofcurse, I'll take care about it

yasinparsi commented 9 months ago

@LGouellec I've implemented