Skip to content

JoshAshby/asdf-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Install

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

Running Kafka

zookeeper-server-start.sh $(asdf where kafka)/config/zookeeper.properties
kafka-server-start.sh $(asdf where kafka)/config/server.properties

TODO

  • 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?

About

Basic asdf-vm plugin for Kafka

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages