Skip to content

Instantly share code, notes, and snippets.

@yarikc
yarikc / tuning_storm_trident.asciidoc
Created July 30, 2016 14:46 — forked from mrflip/tuning_storm_trident.asciidoc
Notes on Storm+Trident tuning

Tuning Storm+Trident

Tuning a dataflow system is easy:

The First Rule of Dataflow Tuning:
* Ensure each stage is always ready to accept records, and
* Deliver each processed record promptly to its destination