Apache Kafka Review
As far as I know, it’s not only used as a sink, but also data source for stream computation framework like Spark, Storm.
Here I pay more attention to its Concurrent Design(multi producers, consumers, topics) than its Storage Model.