Skip to content

Roadmap

Lin Gao edited this page Sep 27, 2024 · 9 revisions

Roadmap of the extension

Vertx is used in WildFly by some microprofile subsystems, but the instances are managed by each subsystem with default configuration. This extension provides a WildFly style of management model to configure the VertxOptions for the Vertx instance, and expose the Vertx instance using a CDI qualifier.

There is only one Vertx instance provided by the subsystem if configured, and it can be shared with other subsystems using a CDI qualifier.

Clone this wiki locally