Skip to content

Commit df1970b

Browse files
authored
Make kafka version configurable (#5046)
1 parent f7ec9e3 commit df1970b

File tree

1 file changed

+1
-1
lines changed
  • ansible/group_vars

1 file changed

+1
-1
lines changed

ansible/group_vars/all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ kafka:
151151
protocols:
152152
- TLSv1.2
153153
protocol: "{{ kafka_protocol_for_setup }}"
154-
version: 2.12-2.3.1
154+
version: "{{ kafka_version | default('2.13-2.7.0') }}"
155155
port: 9072
156156
advertisedPort: 9093
157157
ras:

0 commit comments

Comments
 (0)