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

Stubless RPC PoC dynamic linker #1148

Closed
vigoo opened this issue Dec 6, 2024 · 0 comments · Fixed by #1199
Closed

Stubless RPC PoC dynamic linker #1148

vigoo opened this issue Dec 6, 2024 · 0 comments · Fixed by #1199
Assignees
Milestone

Comments

@vigoo
Copy link
Contributor

vigoo commented Dec 6, 2024

This is the first of the two proof-of-concept steps that re prerequisites for implementing the actual dynamic linker for stubless RPC.

For this ticket:

  • choose the simplest RPC example from the tests created in Create a worker executor test suite for stubless RPC #1147
  • add a dynamic linking step into worker executor (similarly how wRPC does)
  • write code that works only for that specific use case - hardcoding the known input/output types, etc and implementing the necessary conversions from whatever the linker callback provides to what our RPC implementation requires
  • make sure the RPC implementation (the whole durable context) is accessible in the linker callback
  • test that the (hardcoded) dynamic RPC works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant