jet / kafunk

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

[WIP] Add RecordBatch support #206

Closed chrnola closed 6 years ago

chrnola commented 6 years ago

Adds support for handling Fetch API responses when the broker responds with a magic byte value of 2 (also known as RecordBatch) as described in the docs. This change was introduced in Kafka 0.11.

There are outstanding issues that need to be addressed before this can be merged in:

TODOs