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

Feature: Safely Wrap FabricClient in mssf-core #15

Open
youyuanwu opened this issue Mar 18, 2024 · 0 comments
Open

Feature: Safely Wrap FabricClient in mssf-core #15

youyuanwu opened this issue Mar 18, 2024 · 0 comments

Comments

@youyuanwu
Copy link
Collaborator

Current FabricClient still requires users to use unsafe to convert payload and results.
mssf-core crate is intended to provide safe APIs for users, and thus needs to provide a better wrapping.

youyuanwu added a commit that referenced this issue Apr 22, 2024
Implement safe rust wrapper for fabric client.
Safely wrapped resolve_service_partition and get_node_list.
The API design is modeled after Csharp FabricClient.
Added unit tests for calling these apis with SF onebox and echo app
running locally (and in ci).
#15
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

No branches or pull requests

1 participant