jet / kafunk

Kafunk: F# Kafka client
https://jet.github.io/kafunk/
Other
160 stars 63 forks source link

Protocol v11 #213

Closed eulerfx closed 6 years ago

eulerfx commented 6 years ago

Adds support for the v11 protocol. More specifically, supports v5 of Fetch API and v3 of Produce API, both of which make use of the v2 message format (RecordBatch).

eulerfx commented 6 years ago

Addresses: https://github.com/jet/kafunk/issues/179