You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
End user applications probably want to handle package change
notifications.
This PR currently tackles only ConfigurationPackage.
If you're happy with the approach, I'll do the same exact implementation
(edit: in additional PRs) for CodePackage and DataPackage and that will
close out #97.
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.
The text was updated successfully, but these errors were encountered: