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

WIP: support native sql config #7918

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yyforyongyu
Copy link
Member

This PR adds support for configuring the native SQL database backend. To avoid misconfiguration, two groups with their own namespaces are added to differentiate the key-value SQL and native SQL backends. The original config flags are now hidden, which allows old config files to keep working.

Before,
before

After,
after

We also hide the deprecated fields for compatibility. Thus the old
config file is still valid.

TODO: parse the new configs
@yyforyongyu yyforyongyu added config Parameters/arguments/config file related issues/PRs sql labels Aug 24, 2023
@saubyk saubyk added this to the v0.18.0 milestone Nov 30, 2023
@saubyk saubyk removed this from the v0.18.0 milestone Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Parameters/arguments/config file related issues/PRs no-itest sql
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants