streamiz icon indicating copy to clipboard operation
streamiz copied to clipboard

.NET Stream Processing Library for Apache Kafka 🚀

Results 82 streamiz issues
Sort by recently updated
recently updated
newest added

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...

bug
1.4.0

Existing state store : - In Memory - RocksDb Maybe a new one : FASTER https://github.com/microsoft/FASTER

explore

Description =========== Add some integration tests with [dotnet testcontainers library](https://github.com/HofmeisterAn/dotnet-testcontainers)

enhancement
good first issue
1.4.0

Description =========== Release an open telemetry reporter to export telemetry data

good first issue
1.4.0

Description =========== KIP-429 support

1.4.0

Description =========== Processor API Support

1.4.0

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...