This solution is dependent on deprecated method HttpClient.create().tcpConfiguration
and BootstrapHandlers
class.
Basically I want to create
public class HttpLoggingHandler extends LoggingHandler
and configure HttpClient
How the same can be achieved using reactor-netty version 1.0.13
and above?