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.
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:
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.