eucuepo / vagrant-kafka

Vagrant config to setup a partitioned Apache Kafka installation with clustered Apache Zookeeper
103 stars 89 forks source link

init.sh now installs JDK instead of JRE #17

Closed BenedictRasmussen closed 6 years ago

BenedictRasmussen commented 6 years ago

Please see https://github.com/eucuepo/vagrant-kafka/issues/16 for details. This change will cause the init.sh script to install the JDK instead of the JRE, which will install some tools developers may want in their zookeeper environment.

imarios commented 6 years ago

@BenedictRasmussen this looks great! congratulations on your first open source contribution! :) I am currently testing this locally and will merge if everything goes smooth.