This is an automated email from the ASF dual-hosted git repository.
sewen pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.14 by this push:
new 935e2b8 [hotfix][docs] Remove flink-connector-base as required
dependency from the kafka connector
935e2b8 is described below
commit 935e2b82443d297cc8700c0d611089858c99d181
Author: Fabian Paul <[email protected]>
AuthorDate: Fri Sep 24 09:49:45 2021 +0200
[hotfix][docs] Remove flink-connector-base as required dependency from the
kafka connector
---
docs/content/docs/connectors/datastream/kafka.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/docs/content/docs/connectors/datastream/kafka.md
b/docs/content/docs/connectors/datastream/kafka.md
index b614c10..8de761e 100644
--- a/docs/content/docs/connectors/datastream/kafka.md
+++ b/docs/content/docs/connectors/datastream/kafka.md
@@ -38,10 +38,6 @@ For details on Kafka compatibility, please refer to the
official [Kafka document
{{< artifact flink-connector-kafka withScalaVersion >}}
-if you are using Kafka source, ```flink-connector-base``` is also required as
dependency:
-
-{{< artifact flink-connector-base >}}
-
Flink's streaming connectors are not currently part of the binary distribution.
See how to link with them for cluster execution [here]({{< ref
"docs/dev/datastream/project-configuration" >}}).