Add uProtocol Target Provider#815
Merged
Haishi2016 merged 5 commits intoeclipse-symphony:mainfrom Nov 5, 2025
Merged
Conversation
c6c8ff7 to
39adccc
Compare
Haishi2016
reviewed
Sep 30, 2025
39adccc to
273e8db
Compare
Addded a Rust-based Target Provider that relays the ITargetProvider functions to a remote standalone uService modeled after the ITargetProvider interface. Also added a uService definition (AsyncAPI) and JSON schemas for the various resources managed by the Target Provider.
273e8db to
9ed6769
Compare
Contributor
Author
|
@Haishi2016 the integration job seems to fail due to problems with Docker running out of disk space which (I hope) is not related to the uProtocol provider. My latest changes seem to have fixed the cross-compilation build for the different platforms ... |
Contributor
That should be a transient error. We have in the script to clean up disk spaces. I tried to re-run the workflow but unfortunately now it's stopped by a Helm outage: helm/helm#31437 |
Contributor
Author
|
the job still seems to fail due to a lack of disk space ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addded a Rust-based Target Provider that relays the ITargetProvider functions to a remote standalone uService modeled after the ITargetProvider interface.
Also added a uService definition (AsyncAPI) and JSON schemas for the various resources managed by the Target Provider.