Skip to content

Commit cd08695

Browse files
committed
Using librdkafka v2.10.0-RC3. Using Java 17 for consumer protocol integration tests.
1 parent fc2e732 commit cd08695

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.semaphore/semaphore.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ execution_time_limit:
88
global_job_config:
99
env_vars:
1010
- name: LIBRDKAFKA_VERSION
11-
value: v2.8.0
11+
value: v2.10.0-RC3
1212
prologue:
1313
commands:
1414
- checkout
@@ -208,6 +208,7 @@ blocks:
208208
- name: Build and Tests with 'consumer' group protocol
209209
commands:
210210
- sem-version python 3.9
211+
- sem-version java 17
211212
# use a virtualenv
212213
- python3 -m venv _venv && source _venv/bin/activate
213214
- chmod u+r+x tools/source-package-verification.sh

0 commit comments

Comments
 (0)