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

Switch when migrating #113

Closed
stefjoosten opened this issue May 1, 2023 · 1 comment
Closed

Switch when migrating #113

stefjoosten opened this issue May 1, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@stefjoosten
Copy link
Contributor

During migration, there comes a point where users switch from the old functionality to the new functionality. In this project, this switch assumes that the existing system and the migration system are both operational simultaneously. Hence, the switch merely requires the ingress to redirect the traffic from the existing system to the migration system.

Task

Make a service ``switch’’, which switches the ingress from the existing application to the migration system. This service may become available to the migration engineer after the migration system is deployable. Deployable means that all existing data have been migrated and the enforce rules of the migration systems are satisfied. The test for deployability must be built also.

@stefjoosten stefjoosten added enhancement New feature or request good first issue Good for newcomers labels May 1, 2023
@stefjoosten
Copy link
Contributor Author

This issue is implemented in issue #112.

Michiel-s pushed a commit that referenced this issue Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant