Skip to content

Instantly share code, notes, and snippets.

View joel-hamill's full-sized avatar

Joel Hamill joel-hamill

View GitHub Profile
@joel-hamill
joel-hamill / testc3.md
Last active June 28, 2019 17:49
Build Confluent Platform manually
  1. Clone ce-kafka checkout 5.3.x and build

    gradle && ./gradlew jar

  2. Start ZK in ce-kafka repo

    ./bin/zookeeper-server-start.sh config/zookeeper.properties

  3. Start Kafka (change logs to /tmp) in ce-kafka repo