Tim Hess

Results 152 comments of Tim Hess

Restating our current understanding of this issue: Consuming services: There should currently be no issues with the client side of this story if you are able to register two different...

Companion sample PR https://github.com/SteeltoeOSS/Samples/pull/318

There are [several settings](https://docs-dev.steeltoe.io/api/v3/discovery/netflix-eureka.html#eureka-settings) available for using OAuth2 with Eureka, are you looking to also use a custom header name here too? [`IHttpClientHandlerProvider`](https://docs-dev.steeltoe.io/api/v3/discovery/netflix-eureka.html#configuring-mutual-tls) is available for customizing `HttpClient` interactions with...

This functionality is provided in Spring via the `service-registry` endpoint: https://github.com/spring-cloud/spring-cloud-commons/blob/master/spring-cloud-commons/src/main/java/org/springframework/cloud/client/serviceregistry/endpoint/ServiceRegistryEndpoint.java

Yeah, this is basically "make blue/green relatively easy or at least straightforward" but not like a 360 degree solution, so some form of platform or external tooling support would be...

Investigation will happen in m1 release, currently unclear if implementation will happen at the same time

Hi @osmedd, Thanks for opening the issue, and sorry for a bit of a delayed response. I think this ultimately may be a feature request. Right now, the port selected...

This seems like a fairly complicated issue that doesn't exactly align with how the Steeltoe Eureka client was originally built. I've been looking at this for a couple hours now,...