Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add newer Kafka versions to the pipeline #2385

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
forgot fi
  • Loading branch information
wbarnha authored Aug 7, 2023
commit 16b896931d1ac0e37e1534fd87689fca03c543d6
1 change: 1 addition & 0 deletions build_integration.sh
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ pushd servers
SCALA_VERSION="2.8.0"
else if [ "$kafka" \> "2.4.0" ]; then
SCALA_VERSION="2.12"
fi
KAFKA_ARTIFACT="kafka_${SCALA_VERSION}-${kafka}.tgz"
pushd $kafka
git pull