From 510e4643d11e722578d8110eeaa6adeeb9073c3b Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 24 Feb 2025 11:14:37 -0600 Subject: [PATCH] Added Akka.Streams.Kafka to `3RD_PARTY.md` Added reference to https://github.com/akkadotnet/Akka.Streams.Kafka --- 3RD_PARTY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3RD_PARTY.md b/3RD_PARTY.md index df00ef05c..e0356f1db 100644 --- a/3RD_PARTY.md +++ b/3RD_PARTY.md @@ -10,4 +10,5 @@ To add your project, open a pull request! - [Multi Schema Avro Deserializer](https://github.com/ycherkes/multi-schema-avro-desrializer) - Avro deserializer for reading messages serialized with multiple schemas. - [OpenSleigh.Transport.Kafka](https://github.com/mizrael/OpenSleigh/tree/develop/src/OpenSleigh.Transport.Kafka) - A Kafka Transport for OpenSleigh, a distributed saga management library. - [SlimMessageBus.Host.Kafka](https://github.com/zarusz/SlimMessageBus) - Apache Kafka transport for SlimMessageBus (lightweight message bus for .NET) -- [Kafka Core](https://github.com/ffernandolima/confluent-kafka-core-dotnet) - Kafka Core empowers developers to build robust .NET applications on top of Confluent Kafka, focusing on simplicity, maintainability, and extensibility with intuitive abstractions and builders. \ No newline at end of file +- [Kafka Core](https://github.com/ffernandolima/confluent-kafka-core-dotnet) - Kafka Core empowers developers to build robust .NET applications on top of Confluent Kafka, focusing on simplicity, maintainability, and extensibility with intuitive abstractions and builders. +- [Akka.Streams.Kafka](https://github.com/akkadotnet/Akka.Streams.Kafka) - [Akka.NET](https://getakka.net/) streams support for Apache Kafka. Makes it feasible to build rich, high performance Kafka applications using a LINQ-like syntax.