healchow commented on code in PR #6184: URL: https://github.com/apache/inlong/pull/6184#discussion_r995467960
########## inlong-dataproxy/conf/common.properties: ########## @@ -23,14 +23,15 @@ manager.hosts=127.0.0.1:8083 manager.auth.secretId= manager.auth.secretKey= proxy.report.ip=127.0.0.1 -proxy.report.port=46801 +proxy.report.tcp.port=46801 +proxy.report.http.port=46802 +proxy.report.tcp.protocol=tcp # proxy cluster name proxy.cluster.name=default_dataproxy proxy.cluster.tag=default_cluster proxy.cluster.inCharges=admin # check interval of local config (millisecond) configCheckInterval=10000 - Review Comment: Please keep this blank line, it is more readable. -- 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]
