{"id":146,"date":"2024-10-30T18:07:10","date_gmt":"2024-10-30T10:07:10","guid":{"rendered":"https:\/\/zhoujibin.com\/?p=146"},"modified":"2024-10-30T18:07:11","modified_gmt":"2024-10-30T10:07:11","slug":"kafka-ui%e5%ae%89%e8%a3%85","status":"publish","type":"post","link":"https:\/\/blog.zhoujibin.com\/?p=146","title":{"rendered":"Kafka-UI\u5b89\u88c5"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">\u4e0b\u8f7d<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code>docker pull provectuslabs\/kafka-ui:latest<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\u65b0\u5efa\u914d\u7f6e\u6587\u4ef6<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code>vim config.yml\n# begin\nkafka:\n  clusters:\n    - \n      name: Kafka\u96c6\u7fa4\n      bootstrapServers: kafka01:9380,kafka02:9381,kafka03:9382\n      metrics:\n        port: 9999\n        type: JMX\n      AUTH_TYPE: \"LOGIN_FORM\"\n      SPRING_SECURITY_USER_NAME: admin\n      SPRING_SECURITY_USER_PASSWORD: admin\n# end<\/code><\/pre>\n\n\n\n<h1 class=\"wp-block-heading\">\u542f\u52a8<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code>docker run --add-host kafka01:192.168.13.247 --add-host kafka02:192.168.13.247 --add-host kafka03:192.168.13.247 --name=kafka-ui -d \\\n-e KAFKA_CLUSTERS_0_NAME=aliyun-kafka-custer \\\n-e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka01:9380,kafka02:9381,kafka03:9382 -p 8080:8080 \\\nprovectuslabs\/kafka-ui:latest<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e0b\u8f7d \u65b0\u5efa\u914d\u7f6e\u6587\u4ef6 \u542f\u52a8<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[40,30],"class_list":["post-146","post","type-post","status-publish","format-standard","hentry","category-linux","tag-kafka","tag-linux"],"_links":{"self":[{"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=\/wp\/v2\/posts\/146"}],"collection":[{"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=146"}],"version-history":[{"count":1,"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=\/wp\/v2\/posts\/146\/revisions"}],"predecessor-version":[{"id":147,"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=\/wp\/v2\/posts\/146\/revisions\/147"}],"wp:attachment":[{"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.zhoujibin.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}