gosonzhang opened a new issue, #6234: URL: https://github.com/apache/inlong/issues/6234
### Description This modification is optimized based on the interface definition of INLONG-6181: the source reporting information required by the Manager should be determined by the configuration of dataProxy-xxx.conf(2.1, 2.2), instead of defining the source configuration in dataProxy-xxx.conf in common.properties[1] alone. This part only modifies the configuration acquisition source, read the information set in dataProxy-xxx.conf and report it to the Manager. The interface between DataProxy and Manager can be optimized later, and the SourceReportInfo object information is directly reported, instead of the current splicing of ip, port, and protocol and then reporting. 1. https://github.com/apache/inlong/blob/master/inlong-dataproxy/conf/common.properties#L24  2.1 https://github.com/apache/inlong/blob/master/inlong-dataproxy/conf/dataproxy-tube.conf#L29  2.2 https://github.com/apache/inlong/blob/master/inlong-dataproxy/conf/dataproxy-pulsar.conf#L38  ### InLong Component InLong DataProxy ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
