Document troubleshooting of Reactor Netty's HTTP client (#4153)

This commit is contained in:
Geoff Bourne
2026-07-11 11:14:21 -05:00
committed by GitHub
parent fd55a0cc08
commit 3c3e49e385
+8 -1
View File
@@ -51,4 +51,11 @@ When exec'ed interactively into the container, jattach can be invoked against th
```shell
jattach $(pgrep java) threaddump
```
```
## Networking errors
If observing network error/exceptions that involve the term "reactor.netty.http.client", then further tracing logs can be enabled by setting the following environment variables:
- `FETCH_WIRETAP` to `true`
- `HELPER_LOGGING_LEVEL` to `trace`