-
**Describe the bug**
When using the `additionalProperties` in a JSON_SR schema and the new JSON_SR converter is used for deserialization, the columns or fields of that schema are not correctly deseri…
spena updated
2 years ago
-
We need to make headers available within TestRecord class in order to test them using the provided TestTopologyDriver. Currently the value of Headers property of the record context within the test flo…
-
Hi,
How can I use your library using generic models for value instead of string type. I didn't find any example in documentation.
My code works fine with string generic but it fails when I try to …
-
Description
===========
I noticed that stream app consumes a lot of cpu if kafka is not accessible. It looks like [confluent consumer](https://github.com/LGouellec/kafka-streams-dotnet/blob/develop/…
-
After upgrading to the latest version (Streamz: 1.3.0) Persistent RockDB stopped working. All topology tests pass and locally on windows service works fine but when I deploy it to microk8s it fails.
…
-
Hello, I'm wondering how I can change the timestamp of a record before the sink. I've tried using IRecordContext within ITopicNameExtractor (even if I understand it's a bit dirty) but anyway it doesn'…
-
Description
===========
NullReferenceException when restoring topology with stream-stream join.
- Code to reproduce the issue. Make sure at least 1 message in the stream consumed. Stop the test a…
-
Hi, do you have any advice as to how to propagate the correlation id into the logging context? Have you done it for your applications?
I would like to have my applications log a header I'm sending …
-
It cannot be used as the basis for any new custom stream providers in external projects as they won't compile. If it is to be used as the template for new projects, it needs to illustrate usage of the…
-
Description
===========
I am thinking how to implement producer correctly in high load async environment. Producer has 2 main modes, callback based (IDeliveryHandler) and Task based. Both have block…