Skip to content

Commit

Permalink
update kafka dl script to 2.13-3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Aug 22, 2024
1 parent 44f4d62 commit c17a128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/download_kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import pytest_kafka
from pytest_kafka.install import set_up_kafka

DEFAULT_KAFKA_URL = 'https://downloads.apache.org/kafka/3.5.2/kafka_2.13-3.5.2.tgz'
DEFAULT_KAFKA_TAR_ROOTDIR = 'kafka_2.13-3.5.2/'
DEFAULT_KAFKA_URL = 'https://downloads.apache.org/kafka/3.8.0/kafka_2.13-3.8.0.tgz'
DEFAULT_KAFKA_TAR_ROOTDIR = 'kafka_2.13-3.8.0/'


def main():
Expand Down

0 comments on commit c17a128

Please sign in to comment.