gosonzhang opened a new issue, #7898: URL: https://github.com/apache/inlong/issues/7898
### Description Analyze the implementation of the ConfigManager class[1] and find that some configuration files do not need to be preserved: 1. transfer.properties, not used in the system; 2. dc_mapping.properties, tube_switch.properties, from the perspective of implementation, belong to some original code residues, and there is no document to define its usage, so it is not necessary to keep it; In addition, for the unused blacklist.properties, it is very helpful for managing the reporting source on the access side. Personally, it needs to expand its use, it will not be deleted. 1. https://github.com/apache/inlong/blob/master/inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/ConfigManager.java#L75 ### 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]
