You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that is: we publish InstanceRegisteredEvent. In the fabric8 one:
@Bean
@ConditionalOnClass(name = "org.springframework.boot.actuate.health.ReactiveHealthIndicator")
@ConditionalOnDiscoveryHealthIndicatorEnabled
public ReactiveDiscoveryClientHealthIndicator kubernetesReactiveDiscoveryClientHealthIndicator(
KubernetesReactiveDiscoveryClient client, DiscoveryClientHealthIndicatorProperties properties) {
return new ReactiveDiscoveryClientHealthIndicator(client, properties);
}
that is: we do not publish the InstanceRegisteredEvent.
imo, we should fix fabric8 one.
The text was updated successfully, but these errors were encountered:
wind57
changed the title
fabric8 and k8s differ in their reactive health implementation
fabric8 and k8s differ in their discovery reactive health implementations
Apr 8, 2023
In the k8s discovery we do :
that is: we publish
InstanceRegisteredEvent
. In the fabric8 one:that is: we do not publish the
InstanceRegisteredEvent
.imo, we should fix fabric8 one.
The text was updated successfully, but these errors were encountered: