dockerzhang commented on code in PR #4478:
URL: https://github.com/apache/incubator-inlong/pull/4478#discussion_r886606106
##########
inlong-audit/audit-store/src/main/java/org/apache/inlong/audit/config/MessageQueueConfig.java:
##########
@@ -39,6 +39,12 @@ public class MessageQueueConfig {
@Value("${audit.pulsar.consumer.enable.retry:false}")
private boolean pulsarConsumerEnableRetry = false;
+ @Value("${audit.pulsar.token:}")
+ private String pulsarToken;
+
+ @Value("${audit.pulsar.enable.auth:true}")
Review Comment:
the default value is false?
##########
inlong-audit/conf/application.properties:
##########
@@ -55,6 +55,8 @@ audit.config.store.mode=mysql
audit.pulsar.server.url=pulsar://127.0.0.1:6650
audit.pulsar.topic=persistent://public/default/inlong-audit
audit.pulsar.consumer.sub.name=inlong-audit-subscription
+audit.pulsar.token=inlong-audit-token
+audit.pulsar.enable.auth=true
Review Comment:
ditto
##########
inlong-audit/conf/application.properties:
##########
@@ -55,6 +55,8 @@ audit.config.store.mode=mysql
audit.pulsar.server.url=pulsar://127.0.0.1:6650
audit.pulsar.topic=persistent://public/default/inlong-audit
audit.pulsar.consumer.sub.name=inlong-audit-subscription
+audit.pulsar.token=inlong-audit-token
Review Comment:
the default value is empty?
--
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]