From b4247c1d2999ecde265379194e78d81b680377a7 Mon Sep 17 00:00:00 2001 From: oops-oom <734819342@qq.com> Date: Mon, 27 Mar 2023 17:37:21 +0800 Subject: [PATCH] bump kafka version to 3.3.1 Signed-off-by: oops-oom <734819342@qq.com> --- .../en/docs/best-practices/interact-with-dapr-output-binding.md | 2 +- content/en/docs/best-practices/logs-handler-function.md | 2 +- content/en/docs/concepts/Events/event-source.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/best-practices/interact-with-dapr-output-binding.md b/content/en/docs/best-practices/interact-with-dapr-output-binding.md index ef479422..9ccbc954 100644 --- a/content/en/docs/best-practices/interact-with-dapr-output-binding.md +++ b/content/en/docs/best-practices/interact-with-dapr-output-binding.md @@ -40,7 +40,7 @@ The following diagram illustrates the relationship between these functions. namespace: default spec: kafka: - version: 3.1.0 + version: 3.3.1 replicas: 1 listeners: - name: plain diff --git a/content/en/docs/best-practices/logs-handler-function.md b/content/en/docs/best-practices/logs-handler-function.md index de4f94f4..6d1cedcb 100644 --- a/content/en/docs/best-practices/logs-handler-function.md +++ b/content/en/docs/best-practices/logs-handler-function.md @@ -38,7 +38,7 @@ This document uses an asynchronous function to analyze the log stream in Kafka t namespace: default spec: kafka: - version: 3.1.0 + version: 3.3.1 replicas: 1 listeners: - name: plain diff --git a/content/en/docs/concepts/Events/event-source.md b/content/en/docs/concepts/Events/event-source.md index 19824c85..6cc5bafa 100644 --- a/content/en/docs/concepts/Events/event-source.md +++ b/content/en/docs/concepts/Events/event-source.md @@ -63,7 +63,7 @@ sink Skipped Running serving-4x5wh https://openfunctio namespace: default spec: kafka: - version: 3.1.0 + version: 3.3.1 replicas: 1 listeners: - name: plain