You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2021/11/01 04:06:21 UTC

[pulsar] branch master updated: feat(website): add debezium-mongodb source (#12513)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f62eecc  feat(website): add debezium-mongodb source (#12513)
f62eecc is described below

commit f62eecc2d90f7fc5579e6e2b28e723bba0f51dec
Author: Eric Shen <er...@outlook.com>
AuthorDate: Sun Oct 31 23:05:25 2021 -0500

    feat(website): add debezium-mongodb source (#12513)
    
    Signed-off-by: Eric Shen <er...@outlook.com>
---
 site2/website-next/data/connectors.js | 6 ++++++
 site2/website/data/connectors.js      | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/site2/website-next/data/connectors.js b/site2/website-next/data/connectors.js
index 4182f2c..0222a4c 100644
--- a/site2/website-next/data/connectors.js
+++ b/site2/website-next/data/connectors.js
@@ -48,6 +48,12 @@ module.exports = [
         link: 'https://debezium.io/'
     },
     {
+        name: 'debezium-mongodb',
+        longName: 'Debezium MongoDB CDC source',
+        type: 'Source',
+        link: 'https://debezium.io/'
+    },
+    {
         name: 'elastic-search',
         longName: 'ElasticSearch source and sink',
         type: 'Source and sink',
diff --git a/site2/website/data/connectors.js b/site2/website/data/connectors.js
index 4182f2c..0222a4c 100644
--- a/site2/website/data/connectors.js
+++ b/site2/website/data/connectors.js
@@ -48,6 +48,12 @@ module.exports = [
         link: 'https://debezium.io/'
     },
     {
+        name: 'debezium-mongodb',
+        longName: 'Debezium MongoDB CDC source',
+        type: 'Source',
+        link: 'https://debezium.io/'
+    },
+    {
         name: 'elastic-search',
         longName: 'ElasticSearch source and sink',
         type: 'Source and sink',