Relative Content

Tag Archive for vert.x

Vertx and kubernetes client http client factory

I have a vert.x app running on 4.5.11 and I am creating an Openshift client using fabric libraries. The vertx http factory creates a new vert.x object in the vertx http client factory in the kubernetes vertx httpclient. How can I pass the vertx instance to it so that it doesn’t create a new vert.x instance.

Avoid specyfing produces and consumes for every route

I have an api that mosly produces and consumes a application/vnd. mime type.
For some endpoints I also want to handle different mime type.
How do I avoid specyfing the produces() and consumes() for every route?

VertX OAuth2 Extend HTTP Header

Our OAuth2 Server has the possibility to handle OpenTelemetry TraceId. Is there a way to inject a traceID into the VertX OAuth2 Handler?