spring-cloud-netflix
spring-cloud-netflix copied to clipboard
Implement probe() in EurekaReactiveDiscoveryClient
See https://github.com/spring-cloud/spring-cloud-commons/issues/1105
Can I work on this?
Sure :).
I'm commenting because I think the issue needs an update. 😄
- Are there still plans to implement the probe() in
EurekaReactiveDiscoveryClient
?
It seems to have changed to reactiveProbe due to https://github.com/spring-cloud/spring-cloud-commons/pull/1201.
- Are there no plans to implement it in
DiscoveryClient
as well?
I noticed that the probe() is also defined in DiscoveryClient
.
See https://github.com/spring-cloud/spring-cloud-commons/blob/main/spring-cloud-commons/src/main/java/org/springframework/cloud/client/discovery/DiscoveryClient.java#L66..L68