This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Description
I've tried this library as well as this branch:
https://github.com/tnachen/kafka/tree/feature/et-develop-0.8
And I'm trying to do a simple producer. It fails and the broker log says this:
[2014-01-09 11:31:20,525] ERROR Closing socket for / because of error (kafka.network.Processor)
java.nio.BufferUnderflowException
at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:145)
at java.nio.ByteBuffer.get(ByteBuffer.java:694)
at kafka.api.ApiUtils$.readShortString(ApiUtils.scala:38)
at kafka.api.ProducerRequest$.readFrom(ProducerRequest.scala:33)
at kafka.api.RequestKeys$$anonfun$1.apply(RequestKeys.scala:34)
at kafka.api.RequestKeys$$anonfun$1.apply(RequestKeys.scala:34)
at kafka.network.RequestChannel$Request.(RequestChannel.scala:49)
at kafka.network.Processor.read(SocketServer.scala:345)
at kafka.network.Processor.run(SocketServer.scala:245)
at java.lang.Thread.run(Thread.java:722)
Is there a viable C# .8 compatible library out there?