-
Notifications
You must be signed in to change notification settings - Fork 241
Support for multiple tags #157
Comments
It can be added, but I'm on vacation for the next week and won't get to it any time soon. It should be a relatively trivial change if you'd like to make a pull request. |
Waiting on square/retrofit#1324 to fix this |
FYI this is needed from the newly introduced node-meta filter as well |
I have a release candidate out with this change: |
@rickfast that was super fast :) works great |
Sorry this is a bit confusing, I'm using 0.15.0 and it's claimed to be fixed in 0.14.0. Multiple tag queries in On a sidenote: Could you explain where the fix you observed was? I'd love multi tag support. Thanks |
Hello,
Right now with a
CatalogOptions
we can only specify one tag (which is what the Consul API offered anyway, so it made sense), however it is now possible to query for multiple tags at the same time, and some clients for other languages have started implementing it.For now it can only be done using prepared statements:
Any chance this could be added to your library?
Thanks.
The text was updated successfully, but these errors were encountered: