hazelcast-consul-discovery-spi icon indicating copy to clipboard operation
hazelcast-consul-discovery-spi copied to clipboard

Filter by tag

Open p120ph37 opened this issue 4 years ago • 2 comments

Add ability to filter the Consul discovery query by tags.

p120ph37 avatar Dec 22 '20 19:12 p120ph37

Explanation: In some cases, tags are used to separate deployed instances of a service by pool or version. This library already supports applying tags during the registration, however it did not support applying tags to the discovery. This patch adds that ability as an optional configuration property. I've tested it in the 1.0 branch (Hazelcast 3), but it should apply equivalently in the 2.0 branch (Hazelcast 4).

p120ph37 avatar Mar 02 '21 18:03 p120ph37

sorry, just seeing this now, haven't looked at the project in a while

bitsofinfo avatar Sep 07 '22 14:09 bitsofinfo