Skip to content

Throttling Chronicle Queue

BoundedBuffer edited this page Sep 8, 2014 · 1 revision

Chronicle Queue does not have a real throttle concept however you can tweak send/receive buffer size on sockets which ends up with a throttle effect.

As we are talking about queues we can't drop packets so we can't reduce the amount of bytes actually sent over the wire.

Clone this wiki locally