Hacker News new | ask | show | jobs
by hoprocker 3421 days ago
The docs provide a pretty good comparison against the other major players, Storm and Spark (and MUPD8, which I'm not familiar with): http://samza.apache.org/learn/documentation/0.11/comparisons...

The tl;dr is that Samza is closest to Storm+Trident in delivery guarantees, but is more flexible about how data can be passed around (pluggable serializer/deserializer (serde) architecture), and offers an out-of-the-box solution for state management (RocksDB).