-
Description
===========
I want to consume messages from Azure Event Hub and then do processing on it but I am not receiving any data from event hub.
Also I am not able to find the reason as I am no…
-
Streamiz.Kafka.Net nuget version: 1.3.1 and 1.3.0
OS Windows 10 Enterprise
net6.0
Code snippet below used to work, but now it throws an exception on TopologyTestDriver creation:
```
System.Ty…
-
Description
===========
I was implementing Join on two streams with PersistentWindowStore and while I was sending the same keys noticed that in some occasions the messages were joined and in other…
-
Description
===========
I want to customize ValueSerDes before sending Kafka stream to another output topic. But I am receiving error and not able to do so.
```
public class KafkaConsumer
{
…
-
Description
We have made our consumer class where we are consuming messages from Kafka producer. We wanted to customize our Kafka stream by providing customized class in DefaultValueSerDes, which is …
-
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.
…
-
Description
===========
If you have already built a Kafka Streams application and you had to call an external service or database in the middle of one of your topologies, you've probably faced som…
-
Description
===========
Add some integration tests with [dotnet testcontainers library](https://github.com/HofmeisterAn/dotnet-testcontainers)
-
Description
===========
Performing a Stream-GlobalTable left join does not pickup matching keys. Right side values (from table) are always empty/null. The same logic implemented in Java with Streams…
-
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 …