Kafka-List
Kafka List
Overview
-
微信开源 PhxQueue 高可用、高可靠、高性能的分布式队列: 本文对比了 Kafka 与 PhxQueue,讨论了 Kafka 的不足。
-
2017-Apache Kafka Goes 1.0: The feature set and the broad deployments all speak of a stable and Enterprise-ready product, which leads to an important step we are taking with this release: as of today, Apache Kafka is going 1.0!
Resouces
Collection
Series
- Benchmarking Kafka Performance #Series#:a series that explores Kafka performance on multiple public cloud providers. Part 1: Write Throughput
Tutorial
Message Queue
- 2017-Using Kafka as a message queue: In this post I’d like to outline a possible implementation of a Kafka-based Message Queue.
Engineering Practices
- 2017-View Counting at Reddit: Reddit’s data pipeline is primarily oriented around Apache Kafka. When a user views a post, an event gets fired and sent to an event collector server, which batches the events and persists them into Kafka.