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

feat: implement data-plane un-registration #4194

Merged
merged 1 commit into from
May 20, 2024

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented May 17, 2024

What this PR changes/adds

Make data-plane-self-registration extension to un-register itself at shutdown.

Why it does that

data plane management

Further notes

  • added mapEmpty and mapFailure to AbstractResult, they do the same thing but with a different semantic. The existing mapTo methods on Result have been deprecated.

Linked Issue(s)

Closes #4191

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@ndr-brt ndr-brt added enhancement New feature or request dpf Feature related to the Data Plane Framework labels May 17, 2024
@ndr-brt ndr-brt merged commit 0fed638 into eclipse-edc:main May 20, 2024
20 checks passed
@ndr-brt ndr-brt deleted the 4191-dataplane-unregister branch May 20, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dpf Feature related to the Data Plane Framework enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Control Api for the dataplane to de-register itself at shutdown
2 participants