Violeta Georgieva

Results 263 comments of Violeta Georgieva

At some point we fixed that https://github.com/reactor/reactor-netty/pull/3177 Let me check again Reactor Netty documentation

@chemicL @dev-jonghoonpark mmm yeah ignore my previous comment, it seems the PR that I mentioned fixes another thing, but the issue described here is present with Reactor Netty documentation also

https://github.com/dependabot rebase

@dimzul This configuration is not quite correct. You either use the `HttpClient#resolver` or `HttpClient#tcpConfiguration` but never both. I would recommend `HttpClient#resolver`. `HttpClient#tcpConfiguration` is deprecated and everything that you can configure...

In both `doAfterRequest` and `doAfterResponseSuccess `, you can obtain the current reactive context i.e. `currentContextView()`. If the `Observation` is stored in the context then it is available.

If you'd like us to spend some time investigating, please take the time to provide a [complete, minimal, verifiable sample](https://stackoverflow.com/help/mcve) (something that we can unzip attached to this issue or...

@yssprasad Try to enable Reactor Netty logs or Reactor Netty `wiretap`.