dockerzhang commented on code in PR #4522: URL: https://github.com/apache/incubator-inlong/pull/4522#discussion_r889885518
########## inlong-audit/conf/audit-proxy-pulsar.conf: ########## @@ -61,6 +61,8 @@ agent1.sinks.pulsar-sink-msg1.channel = ch-msg1 agent1.sinks.pulsar-sink-msg1.type = org.apache.inlong.audit.sink.PulsarSink agent1.sinks.pulsar-sink-msg1.pulsar_server_url = pulsar://localhost:6650 agent1.sinks.pulsar-sink-msg1.topic = persistent://public/default/inlong-audit +agent1.sinks.pulsar-sink-msg1.enable_auth = true +agent1.sinks.pulsar-sink-msg1.auth_token = token Review Comment: enable_auth -> enable_token_auth -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
