随笔分类 -  数据库类 / kafka

吞吐量巨大的消息队列,可用作大数据分析
kafka集群搭建-docker
摘要:集群 https://blog.csdn.net/hfthxfhjy/article/details/127675020 单例 https://blog.csdn.net/qq_31728357/article/details/119297596 操作kafka时注意 ip:port/path do 阅读全文

posted @ 2023-05-18 21:00 木林coder 阅读(46) 评论(0) 推荐(0) 编辑

kafka排障
摘要:/opt/kafka/bin/kafka-server-start.sh: No such file or direc https://blog.csdn.net/daziyuanazhen/article/details/106177535 阅读全文

posted @ 2021-07-03 10:34 木林coder 阅读(42) 评论(0) 推荐(0) 编辑

kafka基本操作
摘要:php扩展rdkafka https://gitcode.com/gh_mirrors/ph/php-rdkafka/overview?utm_source=artical_gitcode&index=bottom&type=card&&isLogin=1 https://blog.csdn.net 阅读全文

posted @ 2021-07-02 20:47 木林coder 阅读(24) 评论(0) 推荐(0) 编辑

docker-compose-kafka-cluster.yml
摘要:version: '3.5' networks: docker_net: external: true services: kafka1: image: wurstmeister/kafka restart: unless-stopped container_name: kafka1 ports: 阅读全文

posted @ 2021-07-02 10:56 木林coder 阅读(96) 评论(0) 推荐(0) 编辑

docker-compose-zookeeper-cluster.yml
摘要:version: '3.5' networks: docker_net: external: true services: zoo1: image: zookeeper restart: unless-stopped hostname: zoo10 container_name: zoo11 por 阅读全文

posted @ 2021-07-02 10:54 木林coder 阅读(67) 评论(0) 推荐(0) 编辑

kafka 知识点
摘要:kafka的两种存储方式 https://www.cnblogs.com/xivzhou/p/14959832.html kafka比rabbitmq吞吐量更高,但是在消息确认这块,rabbitmq支持性更好. kafka集群的一个服务器节点可以存多个topic(主题)和partition(分片), 阅读全文

posted @ 2021-07-01 17:25 木林coder 阅读(122) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示