Created
October 10, 2018 20:38
-
-
Save monksy/48302e0bb064d563102bf466cefa086a to your computer and use it in GitHub Desktop.
Start kafka
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| cd /home/steven/Downloads/kafka/kafka_2.12-1.1.1 | |
| tmux new-session \; \ | |
| send-keys 'bin/zookeeper-server-start.sh config/zookeeper.properties' C-m \; \ | |
| split-window -h \; \ | |
| send-keys 'bin/kafka-server-start.sh config/server.properties' C-m \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment