awr / KafkaClient

Native C# client for Kafka
Apache License 2.0
5 stars 2 forks source link

Support for updated Protocol #31

Open awr opened 7 years ago

awr commented 7 years ago

There are a number of new APIs (21-33) as well as many new versions of existing APIs. The on-the-wire representation needs to be fleshed out for these, along with tests.

awr commented 7 years ago

The protocol support is now completed, but still need better support for transactions in the client.