You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A (very incomplete) list of libraries that make use of or expand on the capability of Confluent.Kafka. These libraries are not supported by Confluent Inc.
-[Chr.Avro](https://github.com/ch-robinson/dotnet-avro) - A modern and flexible Avro implementation for .NET. Integrates seamlessly with Confluent.Kafka and Schema Registry.
10
+
-[Multi Schema Avro Deserializer](https://github.com/ycherkes/multi-schema-avro-desrializer) - Avro deserializer for reading messages serialized with multiple schemas.
11
+
-[OpenSleigh.Transport.Kafka](https://github.com/mizrael/OpenSleigh/tree/develop/src/OpenSleigh.Transport.Kafka) - A Kafka Transport for OpenSleigh, a distributed saga management library.
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,11 @@ All `Consume` errors will result in a `ConsumeException` with further informatio
250
250
available via the `Error` and `ConsumeResult` fields.
251
251
252
252
253
+
### 3rd Party
254
+
255
+
There are numerous libraries that expand on the capabilities provided by Confluent.Kafka, or use Confluent.Kafka
256
+
to integrate with Kafka. For more information, refer to the [3rd Party Libraries](3RD_PARTY.md) page.
257
+
253
258
### Confluent Cloud
254
259
255
260
For a step-by-step guide on using the .NET client with Confluent Cloud see [Getting Started with Apache Kafka and .NET](https://developer.confluent.io/get-started/dotnet/) on [Confluent Developer](https://developer.confluent.io/).
0 commit comments