Skip to content
This repository was archived by the owner on Apr 9, 2022. It is now read-only.

Kafka-sharp 1.3.0

Compare
Choose a tag to compare
@spocthier spocthier released this 03 Jan 14:01
· 19 commits to master since this release
e64f781

Implement essentials of version 0.11 of Kafka protocol.

What we call the essentials is the features that are necessary to allow brokers to use RecordBatch format from end to end (for both producers and consumers). It is useful if you want brokers to use RecordBatch without any conversion overhead to answer the driver requests.

To enable it, you have to set the Configuration option "Compatibility" to V0_11_0 .

The version contains basic implementation of Produce API Key V3 and Fetch API Key v4.

Basic implementation means that most fields that were added and that are not directly useful for enabling the support of RecordBatch are just pre-filled with default values.

Nuget published here