-
Hey, I can't seem to find a way to get this to work with OAuth like Confluent Kafka.
They expose a method in the Builders called 'SetOAuthBearerTokenRefreshHandler' which takes a callback function …
-
This issues is related to another one raised earlier on this package:
[https://github.com/LGouellec/kafka-streams-dotnet/issues/43](url)
We are making use of kafka-streams-dotnet library in a …
-
Description
===========
Streamiz.Net version: 1.5.0-RC1
Apache Kafka version: 3.3.1
Operating System: Windows 10 Enterprise 21H2
I have a topology setup to 'de-duplicate' records from a topic. …
-
### Description
I run an open source project and my Circle CI/CD pipeline failed at this step :
``` bash
dotnet sonarscanner end /d:sonar.login=${SONAR_TOKEN}
```
I don't change anything in m…
-
Description
===========
Basic example from readme fails when creating the stream, if 'localhost' is used instead of an ip address. No errors are shown, no exceptions thrown, the app just shuts down.…
-
Hey.
First of thanks for a lot of great work!
Description
===========
We have a problem with our internal topics they do not seem to follow the pattern described here:
https://docs.confluent.…
-
A bit related to: #199
Assume we have punctuators that generate messages that need to go through the processing pipeline, in this case we're outside of the `Process(..)` method in the Transformer an…
-
Description
===========
The unit test ShouldSumNumbersWithTwoWindowsAndDSTTimezone fails when running in a Windows environment.
How to reproduce
================
Run the unit test ShouldSum…
-
Hi,
How to delete records from Kafka table using Kafka.DotNet.ksqlDB?
Is there any documentation to refer for sample implementation?
Please suggest.
-
Description
===========
Hi, I'm using Steramiz version 1.4.0 on a 3-node cluster. The application is doing a join of two topics with the same key as message, however I noticed an issue when streamiz…