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

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


The following commit(s) were added to refs/heads/master by this push:
     new b3b4b8ef5f3 [hotfix] Remove `bundled` from our connector documentation
b3b4b8ef5f3 is described below

commit b3b4b8ef5f331de50dcb6f4c92ba21e2ef7fce44
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Wed Nov 15 16:14:05 2023 +0100

    [hotfix] Remove `bundled` from our connector documentation
    
    The clarification necessary is that this talks about connectors as part of 
the Apache Flink project, because they aren't necessarily bundled with the 
Flink "main" project itself anymore
---
 docs/content.zh/docs/connectors/datastream/overview.md | 5 +++--
 docs/content/docs/connectors/datastream/overview.md    | 7 +++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/content.zh/docs/connectors/datastream/overview.md 
b/docs/content.zh/docs/connectors/datastream/overview.md
index 26694e174f3..be2bfbec5a7 100644
--- a/docs/content.zh/docs/connectors/datastream/overview.md
+++ b/docs/content.zh/docs/connectors/datastream/overview.md
@@ -33,9 +33,10 @@ under the License.
 [预定义 data sources]({{< ref "docs/dev/datastream/overview" >}}#data-sources) 
支持从文件、目录、socket,以及 collections 和 iterators 中读取数据。
 [预定义 data sinks]({{< ref "docs/dev/datastream/overview" >}}#data-sinks) 
支持把数据写入文件、标准输出(stdout)、标准错误输出(stderr)和 socket。
 
-## 附带的连接器
+## 附带的连接器Flink Project Connectors
 
-连接器可以和多种多样的第三方系统进行交互。目前支持以下系统:
+连接器可以和多种多样的第三方系统进行交互。目前支持以下系统。
+Currently these systems are supported as part of the Apache Flink project:
 
  * [Apache Kafka]({{< ref "docs/connectors/datastream/kafka" >}}) (source/sink)
  * [Apache Cassandra]({{< ref "docs/connectors/datastream/cassandra" >}}) 
(source/sink)
diff --git a/docs/content/docs/connectors/datastream/overview.md 
b/docs/content/docs/connectors/datastream/overview.md
index a1b2cb9ccb5..a9afa3f5f90 100644
--- a/docs/content/docs/connectors/datastream/overview.md
+++ b/docs/content/docs/connectors/datastream/overview.md
@@ -34,9 +34,10 @@ The [predefined data sources]({{< ref 
"docs/dev/datastream/overview" >}}#data-so
 ingesting data from collections and iterators.
 The [predefined data sinks]({{< ref "docs/dev/datastream/overview" 
>}}#data-sinks) support writing to files, to stdout and stderr, and to sockets.
 
-## Bundled Connectors
+## Flink Project Connectors
 
-Connectors provide code for interfacing with various third-party systems. 
Currently these systems are supported:
+Connectors provide code for interfacing with various third-party systems. 
+Currently these systems are supported as part of the Apache Flink project:
 
  * [Apache Kafka]({{< ref "docs/connectors/datastream/kafka" >}}) (source/sink)
  * [Apache Cassandra]({{< ref "docs/connectors/datastream/cassandra" >}}) 
(source/sink)
@@ -60,8 +61,6 @@ Note also that while the streaming connectors listed in this 
section are part of
 Flink project and are included in source releases, they are not included in 
the binary distributions. 
 Further instructions can be found in the corresponding subsections.
 
-Filesystem source formats are gradually replaced with new Flink Source API 
starting with Flink 1.14.0.
-
 ## Connectors in Apache Bahir
 
 Additional streaming connectors for Flink are being released through [Apache 
Bahir](https://bahir.apache.org/), including:

Reply via email to