You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The async AddressResolverProvider implementation in Vertx uses unstable API currently[1], so we need to use the default blocking one like what it is done in opentelemetry subsystem[2].
The async AddressResolverProvider implementation in Vertx uses unstable API currently[1], so we need to use the default blocking one like what it is done in opentelemetry subsystem[2].
[1] https://github.com/eclipse-vertx/vert.x/blob/d5a16c6801df5dbdb5474fc01c4304686edb1e69/src/main/java/io/vertx/core/spi/resolver/ResolverProvider.java#L36-L37
[2] https://github.com/wildfly/wildfly/blob/6f635a6f14e888a64bd429155afc233a4f6eb1fe/observability/opentelemetry/src/main/java/org/wildfly/extension/opentelemetry/OpenTelemetrySubsystemRegistrar.java#L184-L187
The text was updated successfully, but these errors were encountered: