Describe the feature
The GrpcClient should have a companion builder, like in the case of the HttpClient: https://github.com/eclipse-vertx/vert.x/blob/4.5.25/src/main/java/io/vertx/core/http/HttpClientBuilder.java
This would allow access to the withConnectHandler and provide a way to customize, among other things, the exceptionHandler.
See this Quarkus PR for an example: quarkusio/quarkus#52782
Contribution
No response