ah- / rdkafka-dotnet

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

Does rdkafka-dotnet support lz4 compression? #90

Closed wuyuntao closed 7 years ago

wuyuntao commented 7 years ago

An InvalidOperationException is thrown when I set compression.codec = lz4. gzip and snappy works well though.

ah- commented 7 years ago

Can you try the 0.9.2 preview build? That might have it enabled.

wuyuntao commented 7 years ago

No luck with 0.9.2 preview build. lz4 support of Win32 platform was added to librdkafka after 0.9.2. So I suppose I can either build with the latest librdkafka or just wait for the next release :-)