Skip to content

Commit 5185711

Browse files
authored
added librdkafka.redist note (#1047)
* added librdkafka.redist note * removed space * remove nl
1 parent 8da8ef7 commit 5185711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ To add a reference to a dotnet core project, execute the following at the comman
5151
dotnet add package -v 1.2.0-RC3 Confluent.Kafka
5252
```
5353

54+
Note: `Confluent.Kafka` depends on the `librdkafka.redist` package which provides a number of different builds of `librdkafka` that are compatible with [common platforms](https://github.com/edenhill/librdkafka/wiki/librdkafka.redist-NuGet-package-runtime-libraries). If you are on one of these platforms this will all work seamlessly (and you don't need to explicitly reference `librdkafka.redist`). If you are on a different platform, you may need to [build librdkafka](https://github.com/edenhill/librdkafka#building) manually (or acquire it via other means) and load it using the [Library.Load](https://docs.confluent.io/current/clients/confluent-kafka-dotnet/api/Confluent.Kafka.Library.html#Confluent_Kafka_Library_Load_System_String_) method.
5455

5556
### Branch builds
5657

0 commit comments

Comments
 (0)