-
Notifications
You must be signed in to change notification settings - Fork 1
UDP support in a federation context? #176
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
Comments
To set the stage and initiate discussion, some possible next steps and approaches:
|
Note that the solution where UDP's are referenced by url is probably the way forward, given that this is what we also use in ESA APEx. If it's not yet standardized, we'll want to look into that. |
While I also prefer this "remote process definition" approach, I'm not talking about that kind of UDPs here, Or are you suggesting to go for the solution:
|
(This ticket is a manual copy of https://github.com/openEOPlatform/architecture-docs/issues/368 from Sept 2023, which is too hidden in a private repo)
This is follow-up ticket for #90 where we added initial UDP support in the aggregator: all UDP requests are just forwarded to VITO. This means that UDPs can currently only be used in process graphs that are executed on VITO back-end, because other backends will not know how to resolve the UDP references.
The problem is now how to take the next step and support UDPs in a real federated manner. This is not trivial as already hinted in #90 (comment)
This probably needs some discussion and maybe some additional specifications/conventions to get it working.
The text was updated successfully, but these errors were encountered: