Violeta Georgieva
Violeta Georgieva
There has been no updates since my last comment, let's close
@juliojgd Are you interested in providing a PR? Which Reactor Netty version should enable this feature (1.1.x or 1.2.x)?
> The source branch to checkout for the changes would be https://github.com/reactor/reactor-netty/tree/1.1.x , right? yes
@raccoonback Yes sure, go for it. Please follow the contribution guide https://github.com/reactor/.github/blob/main/CONTRIBUTING.md
@cloudzhou for TCP client you cannot reuse the connections, the connection pool is used to limit the number of the connections that you can open.
@cloudzhou as we pointed in the documentation https://projectreactor.io/docs/netty/1.2.0-M4/reference/tcp-client.html#connection-pool we don't know what protocol is used on top of TCP and whether the connections are recycled and ready to be reused.
@cloudzhou Take a look at R2DBC pool https://github.com/r2dbc/r2dbc-pool (it uses TcpClient) If you have more questions let's continue on [Gitter](https://gitter.im/reactor/reactor-netty)
@paulbors Are you interested in providing a PR? Which Reactor Netty version should enable this feature (1.1.x or 1.2.x)?
> Should I approach this by adding an ErrorLogHandler similar to BaseAccessLogHandler? @raccoonback I haven't thought about any particular implementation, so we can try adding an ErrorLogHandler similar to BaseAccessLogHandler....
> @violetagg is there a support For Spnego Auth scheme with netty HttpClient similar to Apache's? No