streamiz
streamiz copied to clipboard
.NET Stream Processing Library for Apache Kafka 🚀
Before adding a few more, I'd like to get some feedback on these to get a grasp of what you're after. If you listed the kind of tests that you...
Description =========== Hi @LGouellec, we are working, more or less, on the same topic. If you take look at [KNet](https://github.com/masesgroup/KNet) you can see our project. Currently we cover almost everything...
Description =========== For now, when an exception is throw during the partition assignment handler, the application crash and you have no errors logs or whatever. It's really hard to diagnose...
Existing state store : - In Memory - RocksDb Maybe a new one : FASTER https://github.com/microsoft/FASTER
Description =========== Add some integration tests with [dotnet testcontainers library](https://github.com/HofmeisterAn/dotnet-testcontainers)
Description =========== Release an open telemetry reporter to export telemetry data
Description =========== Let's suppose this topology : ``` csharp var personStream = builder.Stream("persons", stringSerdes, personSerdes); var locationStream = builder.Stream("locations", stringSerdes, locationSerdes); var jobStream = builder.Stream("jobs", stringSerdes, jobSerdes); personStream .SelectKey((_, v)...
Hello, I created an issue a pretty long time ago, back then I had some problems running Streamiz properly. In the meantime, I managed to get it running, something was...