File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -328,6 +328,13 @@ you have to define it via spring context (unless you wish to use `static`).
328
328
> ** Note:** ` NameResolverProvider ` s are registered gloablly, so might run into issues if you boot up two or more
329
329
> applications simulataneosly in the same JVM (e.g. during tests).
330
330
331
+ ## HealthIndicator
332
+
333
+ This library automatically provides a ` grpcChannel ` ` HealthIndicator ` (actuator/health) for all clients (shared).
334
+ It will report the service as ` OUT_OF_SERVICE ` if any client has the ` TRANSIENT_FAILURE ` status.
335
+ If you wish to exclude it and provide more specific ` HealthIndicator ` s,
336
+ you can disable it by excluding the ` GrpcClientHealthAutoConfiguration `
337
+
331
338
## Additional Topics <!-- omit in toc -->
332
339
333
340
- [ Getting Started] ( getting-started.md )
You can’t perform that action at this time.
0 commit comments