This is an automated email from the ASF dual-hosted git repository.
fpaul 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 918b089 [FLINK-21407][docs][formats] Remove MongoDb connector as it
is not supported on DataStream API.
918b089 is described below
commit 918b089360f8e0bcde0361d1dc24812733ed33a0
Author: Etienne Chauchot <[email protected]>
AuthorDate: Thu Jan 6 12:19:31 2022 +0100
[FLINK-21407][docs][formats] Remove MongoDb connector as it is not
supported on DataStream API.
---
docs/content/docs/connectors/datastream/mongodb.md | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/docs/content/docs/connectors/datastream/mongodb.md
b/docs/content/docs/connectors/datastream/mongodb.md
deleted file mode 100644
index eaec8ec..0000000
--- a/docs/content/docs/connectors/datastream/mongodb.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: "MongoDb"
-weight: 4
-type: docs
-aliases:
-- /dev/connectors/mongodb.html
-- /apis/streaming/connectors/mongodb.html
-
----
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-# MongoDB format
-
-This [GitHub repository documents how to use MongoDB with Apache Flink
(starting from 0.7-incubating)](https://github.com/okkam-it/flink-mongodb-test).
-
-{{< top >}}