Ryan Baxter

Results 639 comments of Ryan Baxter

Sorry I was consumed by the terminology "instances". When using a plain `RestTemplate` (without it being load balanced) I wouldnt think that would apply.

I'm wondering if it makes sense that when a service sends its heart beat data to the service discovery server it also includes its current load data. This data could...

I believe it is a `ServiceRegistry` that would fire a `InstanceRegisteredEvent`. I dont see how using a `DiscoveryClient` would cause that to happen.

Yeah I guess we are technically registering a service(s) in `SimpleDiscoveryClientAutoConfiguration`. @spencergibb what do you think?

@spencergibb @OlgaMaciaszek would love your thoughts on an implementation. Here are some options I have been thinking of 1. We could add a separate annotation, but this seems a bit...

I am not sure what we can do to make the experience any better. Since the properties are invalid, even if we eagerly created the bean you would still get...

I dont believe you can set it programmatically using `@RequestHeader`, I believe we only support doing it via the `consumes` property of `@RequestMapping`.

@coolprashi06 your question seems unrelated, please open a separate issue in https://github.com/spring-cloud/spring-cloud-openfeign