CommunityEnterprise
Docker Compose
Follow these steps to start a 3-node Kafka cluster on your local machine using Docker Compose, and connect the latest version of Kpow with either a community license or a 30-day trial license.
Prerequisites
- Docker Compose installed
- A valid Kpow license
- Get a Community or Free trial license. See: Trials and Licenses.
Instructions
Clone the kpow-local repository which contains a functional Docker Compose file containing a 3-node Kafka cluster.
## clone the kpow-local repository
$ git clone https://github.com/factorhouse/kpow-local.git
$ cd kpow-local
## Start Kafka with Kpow
$ docker compose -p kpow -f ./docker-compose-trial.yml up -d
## clean up your environment
$ docker compose -p kpow -f ./docker-compose-trial.yml down
Notes
- Kpow's web UI is accessible at
http://localhost:3000 - The Kafka brokers are accessible with bootstrap URL
127.0.0.1:9092,127.0.0.1:9093,127.0.0.1:9094if you want to configure other services. - For more details, visit: Playground > Factor House Local