var result = client.initialize()
.onErrorResume(e -> Mono.empty())
.block();
when I connect to a 404 endpoint, there is still error print on screen after I setup onErrorResume.
Please finish this:

Not only non-200-ok response, but also 'Connection refused: getsockopt'