add Pulsar Reporter docs link (#66)

This commit is contained in:
CoderGang 2021-11-06 19:51:29 +08:00 committed by GitHub
parent 8eceb1166f
commit 02d6b9c2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -33,3 +33,9 @@ plugin.kafka.producer_config_json={"delivery.timeout.ms": 12000, "compression.ty
Currently, there are 2 ways to configure advanced configurations below. Notice that, the new way, configured in JSON format, will be overridden by `plugin.kafka.producer_config[key]=value` when they have the duplication keys.
## 3rd party reporters
There are other reporter implementations from out of the Apache Software Foundation.
## Pulsar Reporter
Go to [Pulsar-reporter-plugin](https://github.com/SkyAPM/transporter-plugin-for-skywalking/blob/main/docs/en/pulsar/Pulsar-Reporter.md) for more details.