Skip to content

Instantly share code, notes, and snippets.

@2013techsmarts
Last active March 16, 2021 22:38
Embed
What would you like to do?
Kafka Connect commands
#To start the Zookeeper
bin/zookeeper-server-start.sh config/zookeeper.properties
#To start the Kafka broker
/bin/kafka-server-start.sh /config/server.properties
#To start the Kafka connect
/bin/connected-distributed.sh /config/connected-distributed.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment