-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix: Backport Add Persistence for DataplaneSelector. #1498
Fix: Backport Add Persistence for DataplaneSelector. #1498
Conversation
This pull request is stale because it has been open for 7 days with no activity. |
9af5c40
to
33e6360
Compare
… of github.com:bmg13/tractusx-edc into feature/Backport_Add_Persistence_for_dataplaneselector
@paullatzelsperger @wolf4ood can you please review? 🙇 |
@@ -0,0 +1,20 @@ | |||
################################################################################# | |||
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) | |
# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch, thank you! Changed in 040a502
Co-authored-by: Enrico Risa <enrico.risa@gmail.com>
Quality Gate passedIssues Measures |
@wolf4ood can you rerun the failing job? |
@wolf4ood can this be merged, please? |
@bmg13 done |
WHAT
This PR backports the added DataPlane instance selector logic to the v0.7.4.
WHY
To avoid the dataplane registry only in one ControlPlane in memory, this change enables the storage of DataPlane's availability in the bd. So, there should be enabled SQL persistence for data-plane-selector in backported 0.7.4 version.
FURTHER NOTES
Logic here is partially extracted from #1475 PR
Closes #1497