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

Introduce --production profile which disables --allow-bootstrap #2410

Open
Tracked by #2408
tillrohrmann opened this issue Dec 12, 2024 · 0 comments
Open
Tracked by #2408

Introduce --production profile which disables --allow-bootstrap #2410

tillrohrmann opened this issue Dec 12, 2024 · 0 comments
Assignees

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Dec 12, 2024

To optimize the getting started experience, we set --allow-bootstrap when starting a Restate server by default. This is very convenient when running a single node Restate cluster or when trying Restate out locally. When deploying a multi node cluster this is problematic because when running with the embedded metadata store, we need one node to become the seed of the metadata store and not every node. Hence, we want to introduce a --production profile that sets a few different default values for our configuration. One of them being that we don't --allow-bootstrap and therefore require and explicit provision step (#2409).

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

No branches or pull requests

2 participants