Vert.x in Action teaches you how to build responsive, resilient, and scalable JVM applications with Vert.x using well-established reactive design patterns.
Written Vertx examples using Vertx 4.0.0 and Java 11.
Vertx_rxrest -> vertx example with rx rest application
Vertx_rxrest_dagger -> with dependency injection using dagger 2
Vertx_rxwebclinet -> calling external service using webclient.
Vertx_rxmysql -> To acces mysql from application and read/write data.
Vertx_RxKafka -> producer and consumer example of kafka
Vertx_Redis
Vertx_Junit
Vertx_ebproxy -> service proxy example to connect external services using service proxy
Vertx_aerospike -> aerospike example with set and get example.