We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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'