
kafka
wangtingting_100
https://stackoverflow.com/users/11076743/tingting-wang
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
kafka笔记
1、kafka基本概念 kafka是一个支持离线和在线的、分布式、可分区、可复制消息队列。 producer1,producer2-----(topic)----->kafka cluster-----(topic)----->consumer1,consumer2 client与server通过TCP协议通信 2、producer producer通过topic将消息发送...原创 2019-03-14 16:06:53 · 253 阅读 · 0 评论 -
kafka分区,副本,倾斜及日常操作
Topic Summary: Replication 3 Number of Partitions 15 Sum of partition offsets 0 Total number of Brokers 13 Number of Brokers for Topic 10 Preferred Replicas % 100 Brokers Skewe...原创 2019-05-14 14:44:34 · 4290 阅读 · 0 评论