This is an automated email from the ASF dual-hosted git repository.
sijie 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 c3a5d5e [doc] Add reference to full set of pulsar connector (#9385)
c3a5d5e is described below
commit c3a5d5e07b343e559134f9dedf857cdcf6f19f50
Author: Jennifer Huang <[email protected]>
AuthorDate: Mon Feb 1 10:45:20 2021 +0800
[doc] Add reference to full set of pulsar connector (#9385)
### Motivation
Pulsar supports 30+ connectors, we need to let users know it.
### Modifications
Add reference to the IO Hub that Pulsar supports.
---
site2/docs/io-connectors.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/docs/io-connectors.md b/site2/docs/io-connectors.md
index e5b26e5..97bf292 100644
--- a/site2/docs/io-connectors.md
+++ b/site2/docs/io-connectors.md
@@ -4,7 +4,7 @@ title: Built-in connector
sidebar_label: Built-in connector
---
-Pulsar distribution includes a set of common connectors that have been
packaged and tested with the rest of Apache Pulsar. These connectors import and
export data from some of the most commonly used data systems.
+Pulsar distribution includes a set of common connectors that have been
packaged and tested with the rest of Apache Pulsar. These connectors import and
export data from some of the most commonly used data systems. For a full set of
third-party connectors that Pulsar supports, refer to [StreamNative
Hub](https://hub.streamnative.io/).
Using any of these connectors is as easy as writing a simple connector and
running the connector locally or submitting the connector to a Pulsar Functions
cluster.