Skip to content

Commit

Permalink
confluent
Browse files Browse the repository at this point in the history
  • Loading branch information
ppabc committed Jun 7, 2016
1 parent d3e8187 commit 06ac3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/Kafka.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ bin/kafka-console-producer.sh --broker-list 192.168.142.136:9092 --topic mykafk
##在另一个终端,启动Consumer,执行如下命令:
bin/kafka-console-consumer.sh --zookeeper 192.168.142.136:2181/kafka --topic mykafka --from-beginning


#######confluent启动
cd /opt/confluent-2.0.1/
bin/schema-registry-start etc/schema-registry/schema-registry.properties >/dev/null 2>&1 &
##停止命令
Expand Down

0 comments on commit 06ac3ce

Please sign in to comment.