Browse Source

Update provision.sh kafka version

Kafka 1.0.0 is not available to download.
Emrecan BATI 6 năm trước cách đây
mục cha
commit
66d2fd643b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      vagrant/provision.sh

+ 1 - 1
vagrant/provision.sh

@@ -7,7 +7,7 @@ yes | apt-get install default-jre
 
 export KAFKA_INSTALL_ROOT=/opt
 export KAFKA_HOSTNAME=192.168.100.67
-export KAFKA_VERSION=1.0.0
+export KAFKA_VERSION=1.0.2
 export REPOSITORY_ROOT=/vagrant
 
 sh /vagrant/vagrant/install_cluster.sh