This is a basic asdf-vm plugin for Apache Kafka. It's based off of (read: mostly copy-pasta of) the asdf-elasticsearch plugin currently.
asdf plugin-add kafka https://github.com/JoshAshby/asdf-kafka.git
See the asdf readme for instructions on how to install & manage versions of kafka.
asdf install kafka 2.3.0
asdf local kafka 2.3.0
zookeeper-server-start.sh $(asdf where kafka)/config/zookeeper.properties
kafka-server-start.sh $(asdf where kafka)/config/server.properties
- Cleanup the code a bit in install to make the intents clearer, and document it a bit
- More versions?
- Travis build/testing and official plugin addition?