Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randyzwitch/e6d3e4dcfc4a8d7f6c648e28345514e5 to your computer and use it in GitHub Desktop.
Save randyzwitch/e6d3e4dcfc4a8d7f6c648e28345514e5 to your computer and use it in GitHub Desktop.
# Install clusterdock.
pip3 install clusterdock
# Clone the Apache Kafka topology for clusterdock.
git clone https://github.com/clusterdock/topology_apache_kafka.git
# Start Apache Kafka (defaults to node-1.cluster, node-2.cluster, node-3.cluster)
clusterdock -v start topology_apache_kafka --brokers node-1 node-2 node-3 --kafka-version 1.0.0
# Start StreamSets Data Collector on the same cluster network.
docker run -d -p 18630:18630 --network cluster --name streamsets streamsets/datacollector:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment