Mac:homebrew not installing all the Kafka scripts -


i have installed kafka-0.8.2.2 using homebrew mentioned in below link https://dtflaneur.wordpress.com/2015/10/05/installing-kafka-on-mac-osx/

i have configured 1 broker..

able run zookeeper,kafka ,consumer,producer , publish messages using producer console , see messages in consumer console...

but when im trying run below script im seeing script missing..

  • kafka-consumer-groups.sh

basically want see

  • consumer group list
  • number of partitions available (would know number of partitions present in broker)

and when ran echo $kafka_home gives empty mean no value...

but when ran brew install kafka warning: kafka-0.8.2.2 installed

im concerened if kafka installed properly..please suggest

able see below scripts under usr/local/bin/

kafka-console-consumer.sh kafka-console-producer.sh kafka-consumer-offset-checker.sh kafka-consumer-perf-test.sh kafka-mirror-maker.sh kafka-preferred-replica-election.sh kafka-producer-perf-test.sh 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-topics.sh 

not sure if other scripts pointed out...

kafka-consumer-groups.sh available 0.9.

each topic (not broker) consists of partitions, check out partitions of topic can use: /bin/kafka-topics.sh --zookeeper localhost:2181 --describe --topic your_topic_name

i don't know brew installation of kafka, since i'm using docker, have single command installation , don't mess local file system. wholeheartedly suggest try (i can provide more details if choose go docker way).


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -