﻿{"id":820,"date":"2019-11-24T22:39:46","date_gmt":"2019-11-24T14:39:46","guid":{"rendered":"https:\/\/www.chenweikang.top\/?p=820"},"modified":"2019-11-25T17:40:27","modified_gmt":"2019-11-25T09:40:27","slug":"%e4%bd%bf%e7%94%a8docker%e5%bf%ab%e9%80%9f%e6%90%ad%e5%bb%bakafka%e9%9b%86%e7%be%a4","status":"publish","type":"post","link":"https:\/\/www.chenweikang.top\/?p=820","title":{"rendered":"\u4f7f\u7528Docker\u5feb\u901f\u642d\u5efakafka\u96c6\u7fa4"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u51c6\u5907\u955c\u50cf<\/h2>\n\n\n\n<p>\u672c\u793a\u4f8b\u8d773\u4e2akafka\u5b9e\u4f8b \u4e00\u4e2azookeeper\u5b9e\u4f8b<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>kafka1\uff1a\u7aef\u53e3 9092 broker_id 0<\/li><li>kafka2\uff1a\u7aef\u53e3 9093 broker_id 1<\/li><li>kafka3\uff1a\u7aef\u53e3 9094 broker_id 2<\/li><li>zookeeper: \u7aef\u53e3 2181<\/li><\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>docker pull wurstmeister\/kafka<\/p><p>docker pull wurstmeister\/zookeepe<\/p><\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">\u73af\u5883\u642d\u5efa<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u542f\u52a8zookeeper<\/h3>\n\n\n\n<p>docker run -d --name zookeeper -p 2181:2181 -t wurstmeister\/zookeeper\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u542f\u52a8\u4e00\u4e2akafka\u5148\u505a\u4e0b\u6d4b\u8bd5<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>  docker run -d --name kafka1 \\<br> -p 9092:9092 \\<br> -e KAFKA_BROKER_ID=0 \\<br> -e KAFKA_ZOOKEEPER_CONNECT=192.168.1.138:2181 \\<br> -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT:\/\/192.168.1.138:9092 \\<br> -e KAFKA_LISTENERS=PLAINTEXT:\/\/0.0.0.0:9092 -t wurstmeister\/kafka<\/p><cite>\u8bf4\u660e\uff1a192.168.1.138\u4e3a\u6211\u672c\u673aIP<\/cite><\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">\u8fdb\u5165kafka1\u5bb9\u5668\u5185\uff0c\u6d4b\u8bd5\u5355\u8282\u70b9\u6536\u53d1\u6d88\u606f<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>docker exec -ti kafka1 \/bin\/bash<\/p><\/blockquote>\n\n\n\n<p>\u8fdb\u5165\u5bb9\u5668\u5185\u90e8\uff0c\u5230\/opt\/kafka\u4e0b bin\u76ee\u5f55\u4e0b\u4e3a\u6240\u6709\u7684\u811a\u672c\uff0c\u901a\u8fc7kafka-topics.sh\u6765\u521b\u5efa\u4e00\u4e2a\u540d\u4e3a <strong><em>receive_mysql_data1<\/em><\/strong> \u7684 topic:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>$KAFKA_HOME\/bin\/kafka-topics.sh --create --zookeeper 192.168.1.138:2181 --replication-factor 1 --partitions 1 --topic receive_mysql_data1<\/p><cite>\u8bf4\u660e\uff1areplication-factor=1 ,partitions=1<br><\/cite><\/blockquote>\n\n\n\n<p><strong>\u67e5\u770bTopic\u4fe1\u606f:<\/strong><\/p>\n\n\n\n<blockquote style=\"text-align:left\" class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>$KAFKA_HOME\/bin\/kafka-topics.sh --zookeeper zookeeper:2181 --describe --topic receive_mysql_data1<\/p><\/blockquote>\n\n\n\n<p><strong>\u53d1\u51e0\u4e2a\u6d4b\u8bd5\u6d88\u606f\uff1a<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>$KAFKA_HOME\/bin\/kafka-console-producer.sh --broker-list 192.168.1.138:9092 --topic receive_mysql_data1<\/p><\/blockquote>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>helloWorld<\/p><p>Who am I\uff1f <\/p><p>bash-4.4# <\/p><cite>\u8bf4\u660e\uff1a\u8f93\u5165\u6570\u636e\u56de\u8f66\uff0cctrl+c\u7ed3\u675f<\/cite><\/blockquote>\n\n\n\n<p><strong>\u6d88\u8d39\u8005\u63a5\u6536\u6d88\u606f\uff1a<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>$KAFKA_HOME\/bin\/kafka-console-consumer.sh --bootstrap-server 192.168.1.138:9092 --topic receive_mysql_data1 --from-beginning<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"61\" src=\"https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/show-topic-1024x61.png\" alt=\"\" class=\"wp-image-827\" srcset=\"https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/show-topic-1024x61.png 1024w, https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/show-topic-300x18.png 300w, https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/show-topic-768x46.png 768w, https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/show-topic.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\u521b\u5efa\u53e6\u59162\u4e2akafka\u5b9e\u4f8b<\/h3>\n\n\n\n<p>\u542f\u52a8kafka2:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>docker run -d --name kafka2 \\<br> -p 9093:9093 \\<br> -e KAFKA_BROKER_ID=1 \\<br> -e KAFKA_ZOOKEEPER_CONNECT=192.168.1.138:2181 \\<br> -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT:\/\/192.168.1.138:9093 \\<br> -e KAFKA_LISTENERS=PLAINTEXT:\/\/0.0.0.0:9093 -t wurstmeister\/kafka<\/p><p>\u767b\u5f55\u5230\u5bb9\u5668\uff0c\u5e76\u521b\u5efatopic <strong><em>receive_mysql_data2<\/em><\/strong> :<\/p><p>docker exec -ti kafka2 \/bin\/bash<\/p><p>$KAFKA_HOME\/\/bin\/kafka-topics.sh --create --zookeeper 192.168.1.138:2181 --replication-factor 2 --partitions 2 --topic receive_mysql_data2<\/p><\/blockquote>\n\n\n\n<p>\u542f\u52a8kafka3:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>docker run -d --name kafka3 \\<br> -p 9094:9094 \\<br> -e KAFKA_BROKER_ID=2 \\<br> -e KAFKA_ZOOKEEPER_CONNECT=192.168.1.138:2181 \\<br> -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT:\/\/192.168.1.138:9094 \\<br> -e KAFKA_LISTENERS=PLAINTEXT:\/\/0.0.0.0:9094 -t wurstmeister\/kafka<\/p><p>\u767b\u5f55\u5230\u5bb9\u5668\uff0c\u5e76\u521b\u5efatopic <strong><em>receive_mysql_data<\/em><\/strong>3:<br>docker exec -ti kafka3 \/bin\/bash<br>$KAFKA_HOME\/\/bin\/kafka-topics.sh --create --zookeeper 192.168.1.138:2181 --replication-factor 2 --partitions 2 --topic receive_mysql_data3<\/p><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"233\" src=\"https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/kafka-docer-1024x233.png\" alt=\"\" class=\"wp-image-828\" srcset=\"https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/kafka-docer-1024x233.png 1024w, https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/kafka-docer-300x68.png 300w, https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/kafka-docer-768x174.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption>\u96c6\u7fa4\u90e8\u7f72\u6210\u529f<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u642d\u5efa\u96c6\u7fa4\u7ba1\u7406\u63a7\u5236\u53f0<\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>docker pull sheepkiller\/kafka-manager<\/p><p>docker run -itd --name=kafka-manager -p 9000:9000 -e ZK_HOSTS=\"192.168.1.138:2181\" sheepkiller\/kafka-manager<\/p><cite>\u8bf4\u660e\uff1a\u672c\u5730 http:\/\/localhost:9000 \u8fdb\u5165\u7ba1\u7406\u754c\u9762\uff0c\u9009\u62e9<a href=\"http:\/\/localhost:9000\/addCluster\">Add Cluster<\/a>\u65b0\u589e\u96c6\u7fa4\uff0c\u586b\u5165zookeeper:2181<\/cite><\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"584\" src=\"https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/kafka-manager-1024x584.png\" alt=\"\" class=\"wp-image-831\" srcset=\"https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/kafka-manager-1024x584.png 1024w, https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/kafka-manager-300x171.png 300w, https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/11\/kafka-manager-768x438.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n<p>\u8f6c\u8f7d\u8bf7\u6ce8\u660e\uff1a<a href=\"https:\/\/www.chenweikang.top\">\u5de6\u624b\u4ee3\u7801\u53f3\u624b\u8bd7<\/a> &raquo; <a href=\"https:\/\/www.chenweikang.top\/?p=820\">\u4f7f\u7528Docker\u5feb\u901f\u642d\u5efakafka\u96c6\u7fa4<\/a><\/p><div class=\"__youshang\">\r\n            <div id=\"__youshang_popup\" class=\"wechat popup\" style=\"display: none;\">\r\n                <div class=\"head\">~\u8c22\u8c22\u6253\u8d4f~<\/div>\r\n                <div class=\"qrcode\"><div class=\"qrcode-li wechat\" ><img src=\"https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/07\/wexin.png\" \/><\/div><div class=\"qrcode-li alipay\" style=\"display:none;\"><img src=\"https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/07\/ali-pay.png\" \/><\/div><div class=\"qrcode-li hongbao\" style=\"display:none;\"><img src=\"https:\/\/www.chenweikang.top\/wp-content\/uploads\/2019\/07\/ali-hongbao.png\" \/><\/div><\/div>\r\n                <ul class=\"platform\"><li class=\"icon-wechat active\" data-bg-color=\"#05af4e\" data-thanks=\"~\u8c22\u8c22\u6253\u8d4f~\"><\/li><li class=\"icon-alipay \" data-bg-color=\"#00a2ea\" data-thanks=\"~\u8c22\u8c22\u6253\u8d4f~\"><\/li><li class=\"icon-hongbao \" data-bg-color=\"#dd5746\" data-thanks=\"<p>\u626b\u7801\u9886\u7ea2\u5305<\/p><p style='margin-top: 24px;'>\uff08\u4f59\u989d\u5b9d\u652f\u4ed8\u65f6\u53ef\u62b5\u73b0\uff09<\/p>\"><\/li><\/ul>\r\n            <\/div>\r\n            <a href=\"javascript:void(0);\" id=\"__youshang_btn\">\u8d4f<\/a>\r\n        <\/div>","protected":false},"excerpt":{"rendered":"<p>\u51c6\u5907\u955c\u50cf \u672c\u793a\u4f8b\u8d773\u4e2akafka\u5b9e\u4f8b \u4e00\u4e2azookeeper\u5b9e\u4f8b kafka1\uff1a\u7aef\u53e3 9092 broker_ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":831,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[],"class_list":["post-820","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-website"],"_links":{"self":[{"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=\/wp\/v2\/posts\/820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=820"}],"version-history":[{"count":0,"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=\/wp\/v2\/posts\/820\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=\/wp\/v2\/media\/831"}],"wp:attachment":[{"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=820"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=820"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.chenweikang.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}