bin/kafka-topics.sh --zookeeper localhost:2181/kafka --describe #增加主题的分区数(目前kafka不支持减少分区数) bin/kafka-topics.sh --zookeeper localhost:2181/kafka --alter --topic topic-demo --partitions 3 #修改主题的配置,覆盖原配置 bin/kafka-topics.sh --zookeeper localhost:2181/kafka --alter...
kafka-reassign-partitions.sh kafka-replay-log-producer.sh kafka-replica-verification.sh kafka-run-class.sh kafka-server-start.sh kafka-server-stop.sh kafka-simple-consumer-shell.sh kafka-streams-application-reset.sh kafka-topics.sh kafka-verifiable-consumer.sh ...
我的kafka应该也算起来了吧 这个server.log controller_epoch2017-12-2820:11:47,549DEBUG[main-EventThread-ZkClient.java:395]Leavingprocess event2017-12-2820:11:47,552DEBUG[main -ZkClient.java:137]Subscribeddata changesfor/admin/reassign_partitions2017-12-2820:11:47,553DEBUG[main -ZkClient.java:13...
Mirror of Apache Kafka. Contribute to sabinthomas/kafka development by creating an account on GitHub.
Kafka-topics.sh —zookeeperzoo1.example.com:2181/kafka-cluster —describe 使用—topics-with-overrides参数可以找到所有包含覆盖配置的主题,它会列出包含了与集群不一样的配置的主题。 有两个参数可以找出有问题的分区。 使用—under-replicated-partitions参数可以列出所有包含不同步副本的分区。
A toolbox for easy access of a Kafka Cluster in a container environment - kafka-toolbox-pod/bin/test-toolbox.sh at master · itadventurer/kafka-toolbox-pod
kafka-metadata-shell.sh kafka-mirror-maker.sh kafka-producer-perf-test.sh kafka-reassign-partitions.sh kafka-replica-verification.sh kafka-run-class.sh kafka-server-start.sh kafka-server-stop.sh kafka-storage.sh kafka-streams-application-reset.sh kafka-topics.sh kafka-transactions.sh kafka-verifiab...