gosonzhang opened a new issue #2776: URL: https://github.com/apache/incubator-inlong/issues/2776
### Description The parent issue is : https://github.com/apache/incubator-inlong/issues/2282 Whether we use BDB or ZooKeeper, we all need this tool to save metadata and migrate metadata after component switching. This issue will solve this problem first. The general idea is to query the data through the existing HTTP API, and save the queried data to a local file; when the metadata is to be imported, we use the HTTP API to add the data in the file to the system and perform operations; validate data to ensure that the data imported into the system is consistent with the requirements ### InLong Component InLong TubeMQ ### 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]
