Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TubeMQ] Add metadata backup cli script #2776

Closed
2 tasks done
Tracked by #2282
gosonzhang opened this issue Feb 28, 2022 · 0 comments · Fixed by #2843
Closed
2 tasks done
Tracked by #2282

[TubeMQ] Add metadata backup cli script #2776

gosonzhang opened this issue Feb 28, 2022 · 0 comments · Fixed by #2843

Comments

@gosonzhang
Copy link
Contributor

Description

The parent issue is : #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?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant