fix a bug that bad namespace spell in agent.config (#6829)

This commit is contained in:
Darcy 2021-04-25 19:54:59 +08:00 committed by GitHub
parent 77ef3da8e9
commit f810246960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ plugin.mount=${SW_MOUNT_FOLDERS:plugins,activations}
# Kafka producer configuration
# plugin.kafka.bootstrap_servers=${SW_KAFKA_BOOTSTRAP_SERVERS:localhost:9092}
# if you want to set namespace. please make sure the OAP server has set it in Kafka fetcher module
# plugin.kafka.namspacce=${SW_KAFKA_NAMESPACE:""}
# plugin.kafka.namespace=${SW_KAFKA_NAMESPACE:""}
# Match spring bean with regex expression for classname
# plugin.springannotation.classname_match_regex=${SW_SPRINGANNOTATION_CLASSNAME_MATCH_REGEX:}