Skip to content

Instantly share code, notes, and snippets.

@jamedge
Last active March 31, 2019 17:54
Show Gist options
  • Save jamedge/fca346df5f7c01c36978988342189d8a to your computer and use it in GitHub Desktop.
Save jamedge/fca346df5f7c01c36978988342189d8a to your computer and use it in GitHub Desktop.
[kafka: start and restart local service] Starts and restarts local kafka service #docker #shell #kafka
# start
docker-compose start kafka
# restart
docker-compose restart kafka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment