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
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....
The text was updated successfully, but these errors were encountered:
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....
The text was updated successfully, but these errors were encountered: