Messaging overview

Apache Kafka

  • publish-subscribe messaging system with high-throughput
  • A signle broker can handle hundreds of megabytes of reads and writes per second

A two server Kafka cluster hosting four partitions (P0-P3) with two consumer groups. Consumer group A has two consumer instances and group B has four.

posted on 2016-04-08 15:11  DigitHunter  阅读(120)  评论(0)    收藏  举报