You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/04/22 13:59:11 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #6781: enhancement agent kafka reporter plugin

wu-sheng commented on a change in pull request #6781:
URL: https://github.com/apache/skywalking/pull/6781#discussion_r618427656



##########
File path: docs/en/setup/backend/backend-fetcher.md
##########
@@ -84,11 +84,15 @@ Kafka Fetcher pulls messages from Kafka Broker(s) what is the Agent delivered. C
 
 Kafka Fetcher is disabled in default, and we configure as following to enable.
 
+namespace aims to isolate multi OAP cluster when using the same Kafka cluster.
+if you set a namespace for Kafka fetcher, OAP will add a prefix to topic name. you should also set namespace in `agent.config`, the property named `plugin.kafka.namespace`.
+
 ```yaml
 kafka-fetcher:
   selector: ${SW_KAFKA_FETCHER:default}
   default:
     bootstrapServers: ${SW_KAFKA_FETCHER_SERVERS:localhost:9092}
+    namespace: ${SW_NAMESPACE:""}

Review comment:
       1. `configuration-vocabulary.md` is not updated.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org