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

Add support for symbol based serialization/RPC #85

Open
rlenferink opened this issue Sep 28, 2019 · 0 comments
Open

Add support for symbol based serialization/RPC #85

rlenferink opened this issue Sep 28, 2019 · 0 comments
Labels
component/pubsub Categorizes an issue or PR as relevant to pubsub. component/remote-services Categorizes an issue or PR relevant to remote services. kind/improvement Categorizes issue or PR as related to improvements.
Milestone

Comments

@rlenferink
Copy link
Member

Currently the remote service admin and pubsub are based on the use of dfi and descriptors. Another option could be to support the de/serialization and RPC using predefined function signatures.

Using the extender pattern these function can be found and used without polluting the types/services with serialization/RPC code and make it possible to support a wide range of existing serialization/rpc techniques.

For example a service with the name "HelloWord" could have a bundle entry 'META-INF/services/HelloWorld.rpc_info' entry containing a simple properties files with - atleast- the entires "create_proxy" and "create_endpoint". These refer to symbols in the shared libraries of the bundle with predefined signatures.

More design details are needed before this can be implemented. Also a initial tech. should be chosen (e.g. RPC).


Original creation date: 09/Apr/2018
Reporter: @pnoltes

@rlenferink rlenferink added component/pubsub Categorizes an issue or PR as relevant to pubsub. component/remote-services Categorizes an issue or PR relevant to remote services. kind/improvement Categorizes issue or PR as related to improvements. labels Sep 28, 2019
@rlenferink rlenferink added this to the 3.0.0 milestone Sep 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/pubsub Categorizes an issue or PR as relevant to pubsub. component/remote-services Categorizes an issue or PR relevant to remote services. kind/improvement Categorizes issue or PR as related to improvements.
Projects
None yet
Development

No branches or pull requests

1 participant