This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.18 by this push:
new bee4157729c [release] Integrate Kafka v3.1 connector documentation
bee4157729c is described below
commit bee4157729c53f29e8b0940b365bad5710b6ecb6
Author: Martijn Visser <[email protected]>
AuthorDate: Wed Feb 7 09:10:44 2024 +0100
[release] Integrate Kafka v3.1 connector documentation
---
docs/setup_docs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index f92a2528bac..50209e93cb1 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -52,7 +52,7 @@ integrate_connector_docs rabbitmq v3.0
integrate_connector_docs gcp-pubsub v3.0
integrate_connector_docs mongodb v1.0
integrate_connector_docs opensearch v1.1
-integrate_connector_docs kafka v3.0
+integrate_connector_docs kafka v3.1
integrate_connector_docs hbase v3.0
cd ..