Yahoo's Kafka-manager latest version of the package, and some of the commonly used Kafka instructions

Source: Internet
Author: User
Tags zookeeper
To start the Kafka service:
bin/kafka-server-start.sh Config/server.properties &
To stop the Kafka service:
bin/kafka-server-stop.sh




Create topic:
bin/kafka-topics.sh--create--zookeeper hadoop002.local:2181,hadoop001.local:2181,hadoop003.local:2181-- Replication-factor 2--partitions 2--topic test2


Remove topic (requires server.properties to set delete.topic.enable=true otherwise just tag delete):
bin/kafka-topics.sh--delete--zookeeper hadoop002.local:2181,hadoop001.local:2181,hadoop003.local:2181--topic Test6


List all topic:
bin/kafka-topics.sh--list--zookeeper hadoop002.local:2181,hadoop001.local:2181,hadoop003.local:2181


List all the topic details:
bin/kafka-topics.sh--describe--zookeeper hadoop002.local:2181,hadoop001.local:2181,hadoop003.local:2181


Hadoop003.local:
bin/kafka-console-producer.sh--broker-list hadoop002.local:9092,hadoop001.local:9092,hadoop003.local:9092-- Topic test




Hadoop002.local:
bin/kafka-console-consumer.sh--zookeeper hadoop002.local:2181,hadoop001.local:2181,hadoop003.local:2181--topic Test--from-beginning


Kafka Manager Start command

Nohup bin/kafka-manager-dconfig.file=/opt/kafka-manager-1.2.3/conf/application.conf-dhttp.port=9090 &

Download Address: http://download.csdn.net/detail/xiao_jun_0820/8716139


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.