0.4.0 - bellwood
The primary innovation of this release will be the use of disk-based queues instead of in-memory rust channels. The primary killer of heka's performance was the use of in-memory channels as the approach does not allow for back pressure in the event of surging load.
Disk queues open up the possibility of arbitrary topology between sources and sinks, much n…
The primary innovation of this release will be the use of disk-based queues instead of in-memory rust channels. The primary killer of heka's performance was the use of in-memory channels as the approach does not allow for back pressure in the event of surging load.
Disk queues open up the possibility of arbitrary topology between sources and sinks, much needed.
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.