Skip to content

Commit

Permalink
Make kafka version configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
ningyougang committed Jan 28, 2021
1 parent 6686820 commit 5cde872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ kafka:
protocols:
- TLSv1.2
protocol: "{{ kafka_protocol_for_setup }}"
version: 2.12-2.3.1
version: "{{ kafka_version | default('2.13-2.7.0') }}"
port: 9072
advertisedPort: 9093
ras:
Expand Down

0 comments on commit 5cde872

Please sign in to comment.