Azure / service-fabric-rs

Service Fabric Rust
MIT License
6 stars 7 forks source link

Feature: Service Remoting #3

Closed youyuanwu closed 5 months ago

youyuanwu commented 2 years ago

Add Service Remoting feature for Rust. C# documentation: https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-communication-remoting

Add example of how to use service remoting.

OscarTHZhang commented 2 years ago

Is this related to Fabric Transport?

youyuanwu commented 5 months ago

FabricTransport was experimented in https://github.com/youyuanwu/fabric-rpc-rs There service remoting is not planned to be supported.