Hacker News new | ask | show | jobs
by phillipamann 3904 days ago
This looks like an AWS version of Apache Flume and Kinesis looks like an AWS version of Apache Storm. Does AWS have a Kafka equivalent i.e. a pub/sub message queue?
2 comments

Kinesis != Apache Storm The easiest way to think about Kinesis is a managed queue that can remember the history for the past 24 hours.
Ah OK. I saw that it kept state so I thought it was like Storm. I don't fully understand Storm. However, Kafka can not keep state (and neither can Flume). So Kinesis is a queue that has some state?
Kinesis is a LOT more like Kafka than Storm.