Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Releases: vrischmann/kcm

v1.2.0

07 Oct 17:20

Choose a tag to compare

Changes since v1.1.0

  • update the zookeeper version to 3.6.2
  • set the max Java heap for Zookeeper to 128MiB
  • set the max Java heap for Kafka to 512MiB

v1.1.0

06 Dec 16:23
7c25289

Choose a tag to compare

Changes since v1.0.0

  • add the run-script command to run Kafka scripts like kafka-topics.sh
  • implement the remove command
  • run ZooKeeper using the java binary from -java-home if specified

First release

13 Oct 22:56
2221b31

Choose a tag to compare

This release implements the basic functionality to create, start and stop Kafka clusters.

It has only been tested with Kafka versions as old as 0.11.0.2 but may work with older versions.