phaistos-networks / TANK

A very high performance distributed log service
Apache License 2.0
938 stars 70 forks source link

Retrieve request max size #44

Closed markpapadakis closed 4 years ago

markpapadakis commented 7 years ago

Based on KIP-74

This KIP proposes to introduce new version of fetch request with new top-level parameter max_bytes to limit the size of fetch response and solve above problem.

This seems trivial to implement. We currently don't have a need for it, but if anyone wants this kind of feature, it should be easy to introduce it.