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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Have a requirement for watching list of services /v1/catalog/services. Trying to put together a PR, running into an issue. This is what I'm trying to do:
not sure i understand what you're trying to do. consul is always going to return all of the services when something changes (not just the one(s) that changed), so i'm not sure why it matters if you get the callback with a list or not?
Have a requirement for watching list of services
/v1/catalog/services
. Trying to put together a PR, running into an issue. This is what I'm trying to do:I need
CallbackConsumer
to be able to handle this case as a single object, not as a list. Thinking about expanding to an abstract class like so:Blundering through the codebase and probably missing a lot here, would love some feedback and direction on how best to accomplish this.
Thanks in advance, and thanks for the great lib!
The text was updated successfully, but these errors were encountered: