dockerzhang commented on code in PR #10442: URL: https://github.com/apache/inlong/pull/10442#discussion_r1644252013
########## inlong-dataproxy/dataproxy-source/src/test/resources/common.properties: ########## @@ -34,3 +34,5 @@ id2topic.unconfigured.default.topics= test1 test2 test3 msg.send.failure.retry.enable = true # max retries after sent failure msg.max.retries=2 +# enalbe audit proxys discovery by manager Review Comment: ```suggestion # whether to enable audit proxy address discovery by the Manager ``` ########## inlong-dataproxy/conf/common.properties: ########## @@ -39,5 +39,7 @@ online.metric.prometheus.http.port=9081 # whether to enable audit audit.enable=true +## whether enable audit proxy discovery by Manager Review Comment: ```suggestion # whether to enable audit proxy address discovery by the Manager ``` -- 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]
