ah- / rdkafka-dotnet

C# Apache Kafka client
Other
242 stars 73 forks source link

rdkafka-dotnet updates needed for Apache Kafka 0.10.1.1 #115

Closed setzamora closed 7 years ago

treziac commented 7 years ago

rdkafka-dotnet should work with kafka 0.10.1.1 (it might not necessarily use the latest broker feature, but brokers can deal with previous client implementation - I'm using brokers on 0.10.1.0 without problem)

You can set api.version.request=true if you use the prerelease build (which point to librdkafka 0.9.2 which introduced this feature)

ah- commented 7 years ago

As treziac said, I believe it already supports 0.10.x.