Skip to content

feat: data plane client for signaling protocol#3947

Merged
wolf4ood merged 4 commits intoeclipse-edc:mainfrom
wolf4ood:feat/3900_data_plane_signaling_client
Mar 4, 2024
Merged

feat: data plane client for signaling protocol#3947
wolf4ood merged 4 commits intoeclipse-edc:mainfrom
wolf4ood:feat/3900_data_plane_signaling_client

Conversation

@wolf4ood
Copy link
Copy Markdown
Contributor

@wolf4ood wolf4ood commented Mar 1, 2024

What this PR changes/adds

Introduces a new module data-plane-signaling-client that implements a DataPlaneClient for the data plane signaling protocol.

Why it does that

data plane signaling adoption

Linked Issue(s)

Closes #3900

@wolf4ood wolf4ood self-assigned this Mar 1, 2024
@wolf4ood wolf4ood added enhancement New feature or request dpf Feature related to the Data Plane Framework labels Mar 1, 2024
@wolf4ood wolf4ood force-pushed the feat/3900_data_plane_signaling_client branch from 63a16e3 to 891503e Compare March 1, 2024 18:16
@wolf4ood wolf4ood force-pushed the feat/3900_data_plane_signaling_client branch from 891503e to bb5af06 Compare March 1, 2024 18:18
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 87.30159% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 73.34%. Comparing base (7f20ba5) to head (7cef713).
Report is 114 commits behind head on main.

Files Patch % Lines
...tor/dataplane/client/DataPlaneSignalingClient.java 87.75% 6 Missing ⚠️
...lane/client/DataPlaneSignalingClientExtension.java 75.00% 1 Missing ⚠️
...nt/DataPlaneSignalingClientTransformExtension.java 90.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3947      +/-   ##
==========================================
+ Coverage   71.74%   73.34%   +1.59%     
==========================================
  Files         919      953      +34     
  Lines       18457    19174     +717     
  Branches     1037     1085      +48     
==========================================
+ Hits        13242    14063     +821     
+ Misses       4756     4651     -105     
- Partials      459      460       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wolf4ood wolf4ood marked this pull request as ready for review March 4, 2024 08:11
@wolf4ood wolf4ood merged commit 6f35b1b into eclipse-edc:main Mar 4, 2024
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.

DPS: Implement a DataPlaneClient compliant with Signaling messages

4 participants