Skip to content

Commit ed82366

Browse files
author
Matt Howlett
authored
Added 3RD_PARTY.md (confluentinc#1696)
1 parent aca7b28 commit ed82366

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

3RD_PARTY.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
## 3rd Party Libraries
3+
4+
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.
5+
6+
To add your project, open a pull request!
7+
8+
- [Streamiz Kafka .NET](https://github.com/LGouellec/kafka-streams-dotnet) - .NET Stream Processing Library for Apache Kafka.
9+
- [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.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,11 @@ All `Consume` errors will result in a `ConsumeException` with further informatio
250250
available via the `Error` and `ConsumeResult` fields.
251251

252252

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+
253258
### Confluent Cloud
254259

255260
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

Comments
 (0)