Trustin Lee
Trustin Lee
I'm just trying to assess the risk. What risk would it have?
You can add more than one health checker when you build a HealthCheckService, then a load balancer or HealthCheckedEndpointGroup will notice when any of the HealthCheckers becomes unhealthy.
Sure. Please tell us what kind of health checkers you'd like to implement first, though. :-)
Yeah, I tried to get this work, but could not figure out how. Care to dive deeeeep?
Sure. Why not? :smile:
We hope to get this feature ready around December 2023 or January 2024.
@Lincong Are you still interested in this issue? We're actively working on this issue and would like to gather the requirements (specific features?) as well as the environment (Istio?).
Thanks @alexc-db and @vkostyukov for your feedback. 🙇
`BuiltInDependencyInjector` could discover them via Java SPI. Java SPI also uses the default constructor for instantiating the provider, so we could simply define a tag interface and list the types...
Other frameworks like Netty will benefit from resolving this issue as well, since Netty could mark their event loop thread classes as non-blocking out of the box. (but I'm not...