You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/11/06 11:10:05 UTC

[skywalking] branch master updated: add pulsar fetcher plugin link to the docs. (#8084)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c468c8  add pulsar fetcher plugin link to the docs. (#8084)
7c468c8 is described below

commit 7c468c8331d6829550e6064b93017eff8322c5ad
Author: CoderGang <32...@qq.com>
AuthorDate: Sat Nov 6 19:09:47 2021 +0800

    add pulsar fetcher plugin link to the docs. (#8084)
---
 docs/en/setup/backend/kafka-fetcher.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/en/setup/backend/kafka-fetcher.md b/docs/en/setup/backend/kafka-fetcher.md
index ea36092..e61ba52 100644
--- a/docs/en/setup/backend/kafka-fetcher.md
+++ b/docs/en/setup/backend/kafka-fetcher.md
@@ -1,4 +1,4 @@
-## Kafka Fetcher
+# Kafka Fetcher
 
 The Kafka Fetcher pulls messages from the Kafka Broker to learn about what agent is delivered. Check the agent documentation for details. Typically, tracing segments, service/instance properties, JVM metrics, and meter system data are supported.  Kafka Fetcher can work with gRPC/HTTP Receivers at the same time for adopting different transport protocols.
 
@@ -68,3 +68,10 @@ kafka-fetcher:
       enable.auto.commit: true
       ...
 ```
+
+## Other Fetcher Plugins
+There are other plugin implementations of transporter plugins. Please you prefer to use them rather than Kafka.
+
+* [Pulsar Fetcher Plugin](https://github.com/SkyAPM/transporter-plugin-for-skywalking/blob/main/docs/en/pulsar/Pulsar-Fetcher.md)
+
+