smallrye / smallrye-stork

SmallRye Stork is a service discovery and client side-load balancing framework.

Home Page:http://smallrye.io/smallrye-stork/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tags/Labels for service search

linktech1 opened this issue · comments

Is there anything planned for using meta data tags when requesting service instances.

Service service = stork.getService("my-service", "ver=v1.1, env=HPPB");
or
@RegisterRestClient(baseUri = "stork://hello-service/hello?ver=v1.1&env=HPPB")
or
Request headers....