mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
bump kafka setup for integration tests to 0.10.1.0 (#6230)
This commit is contained in:
parent
814707e10d
commit
370f403955
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if [ -n "${KAFKA_VERSION+1}" ]; then
|
|||
echo "KAFKA_VERSION is $KAFKA_VERSION"
|
||||
version=$KAFKA_VERSION
|
||||
else
|
||||
version=0.10.0.1
|
||||
version=0.10.1.0
|
||||
fi
|
||||
|
||||
KAFKA_HOME=$INSTALL_DIR/kafka
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue