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 SignalingApi controller #3953

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

This PR implements the actual API controller of the Signaling API that delegates down to collaborator services

Why it does that

Full functionality of the signaling API

Further notes

  • terminating DataFlows for which no source was found, is now possible. Previously that would have resulted in a failure.
  • terminating DataFlows now takes an optional reason argument that gets persisted in the data flow entity.

Note this PR is an exact duplicate of #3951. I ran into some weird git/caching issue, so I had to recreate the PR.

Linked Issue(s)

Closes #3911

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

@paullatzelsperger paullatzelsperger added enhancement New feature or request api Feature related to the (REST) api dpf Feature related to the Data Plane Framework labels Mar 4, 2024
@paullatzelsperger paullatzelsperger deleted the feat/3911_implement_signaling_api_controller branch March 4, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Feature related to the (REST) api 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.

DPS: implement the Data plane Signaling API
1 participant