gosonzhang commented on code in PR #8187: URL: https://github.com/apache/inlong/pull/8187#discussion_r1222460325
########## inlong-dataproxy/conf/common.properties: ########## @@ -28,6 +28,8 @@ proxy.cluster.extTag=default=true proxy.cluster.inCharges=admin # synchronize interval of meta config (millisecond) meta.config.sync.interval.ms=10000 +# whether to startup using the local metadata.json file without connecting to the Manager +startup.using.local.meta.file.enable=false Review Comment: Previously, parameter names were defined in various styles, but now all new parameters are in all lowercase, dotted, easy-to-understand mode, and the old parameters remain unchanged for the time being -- 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]
