See https://github.com/spring-cloud/spring-cloud-commons/issues/1105
Comment From: MarianConstantinMarica
Can I work on this?
Comment From: OlgaMaciaszek
Sure :).
Comment From: heowc
I'm commenting because I think the issue needs an update. 😄
1) 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.
2) 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