cloudzhou

Results 3 comments of cloudzhou

@violetagg when read from https://projectreactor.io/docs/netty/release/api/reactor/netty/resources/ConnectionProvider.htm Build a ConnectionProvider to cache and reuse a fixed maximum number of Connection. but here https://projectreactor.io/docs/netty/1.2.0-M4/reference/tcp-client.html Connections used by the TcpClient are never returned to...

so confused about that, TCP client and reuse connections is so common and important the default implement need to pooled and reuse connections as base usage

so is there a recommend way to pooled and reuse the connection? some document or open source code demo?