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

A Unifying RPC function interface for transferring arbitrary binary buffer #109

Open
zhangwei217245 opened this issue Jul 18, 2023 · 0 comments
Assignees
Labels
priority: low Low priority type: new feature Request for new feature
Milestone

Comments

@zhangwei217245
Copy link
Collaborator

zhangwei217245 commented Jul 18, 2023

A Unifying RPC function interface for transferring arbitrary binary buffer

Desc:

Currently we are suffering from the RPC function/stub explosion and hence the difficulties of adding new RPC functions/stubs

This task will provide a unifying RPC interface that transfers an arbitrary binary buffer between origin and target (hopefully there will be no need to differentiate between client and server). The developer can simply compile all the data into a big chunk of data and performs the unifying RPC for any purpose.

#206 needs to be done first.

@zhangwei217245 zhangwei217245 added the type: new feature Request for new feature label Jul 18, 2023
@zhangwei217245 zhangwei217245 self-assigned this Jul 18, 2023
@zhangwei217245 zhangwei217245 added this to the v.0.4 milestone Jul 20, 2023
@zhangwei217245 zhangwei217245 changed the title [20230810][Low][NewFeature][zhangwei217245][A Unifying RPC function interface for transferring arbitrary binary buffer][TBA] A Unifying RPC function interface for transferring arbitrary binary buffer Jul 20, 2023
@zhangwei217245 zhangwei217245 added the priority: medium Medium priority label Jul 20, 2023
@jeanbez jeanbez added priority: low Low priority and removed priority: medium Medium priority labels Oct 10, 2023
@jeanbez jeanbez modified the milestones: v.0.4, v.0.5 Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low Low priority type: new feature Request for new feature
Projects
None yet
Development

No branches or pull requests

2 participants