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

[Feature] Add a version query API for more friendly tip when OAP and DB incompatible #12920

Closed
2 of 3 tasks
wu-sheng opened this issue Jan 2, 2025 · 0 comments · Fixed by apache/skywalking-banyandb#591
Closed
2 of 3 tasks
Assignees
Labels
database BanyanDB - SkyWalking native database feature New feature

Comments

@wu-sheng
Copy link
Member

wu-sheng commented Jan 2, 2025

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

We need a simple and stable API for the OAP server to verify the server API version, this API version could be different from the BanyanDB version, but it keeps the compatibility information and patch version.

The response version should be like

  1. major version number. OAP will rely on this to check compatibility.
  2. mini version number. BanyanDB maintains this for internal usage, and OAP will output this when the database is connected in the booting stage.

BanyanDB should have a document to list all releases(from 0.8)' API versions.

Use case

No response

Related issues

No response

Are you willing to submit a pull request to implement this on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database BanyanDB - SkyWalking native database feature New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants