You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/01 10:01:07 UTC

[GitHub] [incubator-inlong] pocozh commented on a diff in pull request #4478: [INLONG-4477][Audit] Audit-store supports Pulsar authenticate

pocozh commented on code in PR #4478:
URL: https://github.com/apache/incubator-inlong/pull/4478#discussion_r886622669


##########
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:
   done



-- 
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: commits-unsubscribe@inlong.apache.org

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