We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6295ef3 commit d7e1f9aCopy full SHA for d7e1f9a
Makefile
@@ -1,10 +1,8 @@
1
-# Some simple testing tasks (sorry, UNIX only).
+# Some simple testing tasks
2
3
-TEST_FLAGS ?=
4
-export KAFKA_VERSION ?= 0.11.0.2
5
-KAFKA_ARTIFACT ?= kafka_$(SCALA_VERSION)-$(KAFKA_VERSION).tgz
+export KAFKA_VERSION ?= 2.4.0
6
DIST_BASE_URL ?= https://archive.apache.org/dist/kafka/
7
-TOX_ENV ?= 312
+TEST_FLAGS ?=
8
9
# Required to support testing old kafka versions on newer java releases
10
# The performance opts defaults are set in each kafka brokers bin/kafka_run_class.sh file
0 commit comments