Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 392 Bytes

File metadata and controls

12 lines (8 loc) · 392 Bytes
  • Clone Repository

  • Add kafka and zookeeper hostnames to point at your machine ip in your hosts file

** linux / mac -> the file is located at /etc/hosts ** windows -> the file is located at c:\Windows\System32\Drivers\etc\hosts

  • Bring up the kafka cluster ** > docker build .\apache-kafka\kafka-common\ -t kafka-common ** > docker-compose up

  • Navigate to localhost:9000 to use kafdrop