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

Add experiment system + events experiment #18682

Merged
merged 8 commits into from
Jan 16, 2023
Merged

Conversation

tomhjp
Copy link
Contributor

@tomhjp tomhjp commented Jan 12, 2023

Adds a new concept of "experiments" to support delivering pre-GA features over the course of multiple major Vault releases. They are designed as an opportunity to gather feedback in testing environments only, and do not come with any compatibility or migration guarantees.

Currently, there is just one experiment, events.beta1, for the events system to be developed behind. Note that experiments are per-node, and not persisted in storage. Furthermore, the events experiment will not touch durable storage either, but any future experiments that want to do so will need to work out how to manage the experiment's used storage on enabling and disabling.

@tomhjp tomhjp added docs core/cli core/api core/config website Code changes specifically for the docs website labels Jan 12, 2023
@tomhjp tomhjp added this to the 1.13.0-rc1 milestone Jan 12, 2023
@tomhjp tomhjp requested a review from swenson January 12, 2023 17:01
Copy link
Contributor

@swenson swenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tomhjp tomhjp merged commit e36690e into main Jan 16, 2023
@tomhjp tomhjp deleted the vault-12249/experiments branch January 16, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core/api core/cli core/config docs website Code changes specifically for the docs website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants