Skip to content

Commit

Permalink
[hotfix] Remove bundled from our connector documentation
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MartijnVisser committed Nov 15, 2023
1 parent 1cf7ec4 commit b3b4b8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/content.zh/docs/connectors/datastream/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 3 additions & 4 deletions docs/content/docs/connectors/datastream/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit b3b4b8e

Please sign in to comment.