bump to reactor-netty 0.6.1
This commit is contained in:
@@ -68,7 +68,7 @@ public class GatewayAutoConfiguration {
|
||||
public HttpClient httpClient() {
|
||||
return HttpClient.create(opts -> {
|
||||
//opts.poolResources(PoolResources.elastic("proxy"));
|
||||
opts.disablePool(); //TODO: why do I need this again?
|
||||
//opts.disablePool(); //TODO: why do I need this again?
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user