Last active
September 17, 2019 12:41
-
-
Save dimaspivak/62687682de3ccb51caf6184d0bf8113a to your computer and use it in GitHub Desktop.
This file contains 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
# 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