Skip to content

Commit 862df50

Browse files
committed
Make kafka version configurable
1 parent b0baa7b commit 862df50

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
@@ -150,7 +150,7 @@ kafka:
150150
protocols:
151151
- TLSv1.2
152152
protocol: "{{ kafka_protocol_for_setup }}"
153-
version: 2.12-2.3.1
153+
version: "{{ kafka_version | default('2.13-2.7.0') }}"
154154
port: 9072
155155
advertisedPort: 9093
156156
ras:

0 commit comments

Comments
 (0)