Browse Source

Merge pull request #260 from Shopify/kafka-0.8.2

Run integration tests against 0.8.2
Willem van Bergen 11 years ago
parent
commit
ba256aa5d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vagrant/install_cluster.sh

+ 1 - 1
vagrant/install_cluster.sh

@@ -2,7 +2,7 @@
 
 
 set -ex
 set -ex
 
 
-KAFKA_VERSION=0.8.1.1
+KAFKA_VERSION=0.8.2.0
 
 
 mkdir -p ${KAFKA_INSTALL_ROOT}
 mkdir -p ${KAFKA_INSTALL_ROOT}
 if [ ! -f ${KAFKA_INSTALL_ROOT}/kafka-${KAFKA_VERSION}.tgz ]; then
 if [ ! -f ${KAFKA_INSTALL_ROOT}/kafka-${KAFKA_VERSION}.tgz ]; then