Dave Syer
Dave Syer
It seems worthwhile, but not clear to me how to handle profile (in particular) since it can be multi-valued. I would also prefer to stick to Spring placeholder conventions (using...
I think I have encountered this bug as well. I see a lot of places in browserify where `'/'` is prepended to a package path. So if you do this...
It's fine for demos and development work (where you often want a faster turnaround and don't care about self preservation mode). If you'd like to explain what's happening it would...
Totally makes sense, but I'm not sure there _is_ anyone with a better understanding of Eureka internals at this point (at least not a regular visitor to this project). Even...
> Why would ribbon use older Jersey client dependency? You'd have to take that up with the Ribbon devs. Ribbon is a Netflix project. > Is there any reason it...
I guess so. Note that it's only a problem with eureka server as far as I know (which has never been very embeddable).
Yeah, that's right, sorry. You can't use ribbon with JAX-RS 2.0.
The migration path is to not use Jersey 1.x, I guess (https://cloud.spring.io/spring-cloud-netflix/multi/multi__service_discovery_eureka_clients.html#_eurekaclient_without_jersey). And I guess to not use Ribbon.
There's no standard, but Spring treats all the `x-forwarded-*` headers as a CSV in `UriComponentsBuilder`. I don't see any pressing need to change this, but we can leave it open...
We're adding additional entries so that the protos match the hosts. Seems logical to me, if the CSV means anything.