Merge pull request #84 from edenhill/patch-1

Update to suggest confluent-kafka-dotnet client
This commit is contained in:
Soumyajit Sahu 2017-02-24 09:10:22 -08:00 коммит произвёл GitHub
Родитель 8c53608db6 8592dd2878
Коммит f07599f176
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,9 +1,9 @@
# Note
This library was created for Kafka 0.8 with an intention to have a native library built from scratch.
With Kafka protocol getting updated frequently with new features (which is expected until it reaches version 1.0), it doesn't seem beneficial to maintain a library built from scratch.
The right approach (and as suggested by Confluent) for now would be to use a C# wrapper around the [librdkafka](https://github.com/edenhill/librdkafka) C-Library, which the [rdkafka-dontnet](https://github.com/ah-/rdkafka-dotnet) is doing.
The right approach (and as suggested by Confluent) for now would be to use a C# wrapper around the [librdkafka](https://github.com/edenhill/librdkafka) C-Library, which the [confluent-kafka-dotnet](https://github.com/confluentinc/confluent-kafka-dotnet) client is doing.
So, if you are using Kafka 0.9 or higher, please move to using the [rdkafka-dontnet](https://github.com/ah-/rdkafka-dotnet) client library.
So, if you are using Kafka 0.9 or higher, please move to using the [confluent-kafka-dotnet](https://github.com/confluentinc/confluent-kafka-dotnet) client library.
# CSharpClient-for-Kafka