You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ji...@apache.org on 2021/04/29 08:13:04 UTC

[openwhisk] branch master updated: Make kafka version configurable (#5046)

This is an automated email from the ASF dual-hosted git repository.

jiangpengcheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new df1970b  Make kafka version configurable (#5046)
df1970b is described below

commit df1970b92d8422af29676d81f0d0e59a96bb55a3
Author: ningyougang <41...@qq.com>
AuthorDate: Thu Apr 29 16:12:48 2021 +0800

    Make kafka version configurable (#5046)
---
 ansible/group_vars/all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 84b6b02..006d158 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -151,7 +151,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: