Azure / service-fabric-rs

Service Fabric Rust
MIT License
6 stars 7 forks source link

[FabricClient] implement restart replica api #55

Closed youyuanwu closed 3 months ago

youyuanwu commented 3 months ago

Implemented restart replica fabric client api for testing stateful service replica restart. This API will be used to test replica reopen workflow implementation. Tested for the restarting of the example stateful service.