This is an automated email from the ASF dual-hosted git repository.
mmerli 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 81ab4ee [doc][download]Fix download link not found in document (#4714)
81ab4ee is described below
commit 81ab4eed382aa9641b24164723798db85cb1e28f
Author: tuteng <[email protected]>
AuthorDate: Fri Jul 19 23:57:25 2019 +0800
[doc][download]Fix download link not found in document (#4714)
* Fix download link not found in document
* Update sorted
---
site2/website/data/connectors.js | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/site2/website/data/connectors.js b/site2/website/data/connectors.js
index 778ce5d..a2cdd10 100644
--- a/site2/website/data/connectors.js
+++ b/site2/website/data/connectors.js
@@ -24,6 +24,18 @@ module.exports = [
link: ''
},
{
+ name: 'debezium-mysql',
+ longName: 'Debezium MySQL CDC',
+ type: 'Source',
+ link: 'https://debezium.io/'
+ },
+ {
+ name: 'debezium-postgres',
+ longName: 'Debezium PostgreSQL CDC',
+ type: 'Source',
+ link: 'https://debezium.io/'
+ },
+ {
name: 'elastic-search',
longName: 'Elastic Search',
type: 'Sink',