File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ blocks:
114
114
prologue :
115
115
commands :
116
116
- ' [[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
117
+ - sem-version java 17
117
118
jobs :
118
119
- name : ' Build configuration checks'
119
120
commands :
@@ -159,17 +160,12 @@ blocks:
159
160
- examples/rdkafka_example -X builtin.features
160
161
- ldd src/librdkafka.so.1
161
162
- ldd src-cpp/librdkafka++.so.1
162
- - export TEST_CONSUMER_GROUP_PROTOCOL=consumer
163
163
- make -j -C tests build
164
164
- make -C tests run_local_quick
165
165
- DESTDIR="$PWD/dest" make install
166
166
- export TEST_KAFKA_VERSION=4.0.0
167
167
- export TEST_CONSUMER_GROUP_PROTOCOL=consumer
168
- # This commit corresponds to the DescribeConfigs API change for KIP-848
169
- # KAFKA-14510; Extend DescribeConfigs API to support group configs (#16859)
170
- # https://github.com/apache/kafka/commit/3a0efa2845e6a0d237772adfe6364579af50ce18
171
- # TODO: upgrade to 4.0 when released.
172
- - (cd tests && python3 -m trivup.clusters.KafkaCluster --kraft --version 'trunk@3a0efa2845e6a0d237772adfe6364579af50ce18'
168
+ - (cd tests && python3 -m trivup.clusters.KafkaCluster --kraft --version '4.0.0-rc0'
173
169
--cpversion 7.7.0 --conf '["group.coordinator.rebalance.protocols=classic,consumer"]'
174
170
--cmd 'make quick')
175
171
You can’t perform that action at this time.
0 commit comments