Azure / service-fabric-rs

Service Fabric Rust
MIT License
6 stars 7 forks source link

Support for Package Change Callbacks in FabricClient #97

Open cgettys-microsoft opened 2 hours ago

cgettys-microsoft commented 2 hours ago

My project needs Config package change notifications.

I'm assuming Code Package and Data Package will be useful to others as well, and the implementations are identical except for the type of the package (method signatures otherwise identical, in other words).

So I'm happy to implement all 3. Probably should also support Config package triggering the config-rs implementation to reload config, but I don't personally need that, so I don't intend to take that on at present.

cgettys-microsoft commented 2 hours ago

More specifically, the 3 interfaces that should have convenient high level wrappers as part of FabricClient (unless there's a better place for them) are: