-
Notifications
You must be signed in to change notification settings - Fork 66
Split Ingress role from worker role #3130
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
Comments
@tillrohrmann Could you please add some detail of this feature?I would like to take this. for example, if we only make ingress_role GA and removed all validation on experimental_feature_enable_separate_ingress_role, is it enough? |
Thanks for offering to pick this issue up @lsytj0413. Yes, the idea would be to remove the implicit coupling of Since this change will require that we release the next minor version (1.4.0), we need to wait with merging a PR for this change until we no longer want to release 1.3.x bug fix releases. Otherwise we need to cut a release branch and maintain multiple branches. |
There may be the following situations during the upgrade:
In the third situation mentioned above, I didn't think of a way to automatically achieve compatibility through code (because we didn't record which roles were launched previously). Do you have any other suggestions? |
Split Ingress role from worker role:
restate/crates/types/src/nodes_config.rs
Line 52 in 98204e0
The text was updated successfully, but these errors were encountered: