Eclipse Vert.x goes Native

This blog post introduces native image generation of Vert.x applications with GraalVM. Generated executables can be run without a JVM.

阅读更多

Eclipse Vert.x RabbitMQ client gets a new consumer API!

In this blog post, we present the new consumer API of the RabbitMQ client that will be released with Eclipse Vert.x 3.6.0.

阅读更多

Eclipse Vert.x metrics now with Micrometer.io

The new vertx-micrometer-metrics module provides support for collecting metrics with Micrometer.io and storing them in backends such as Graphite or InfluxDB.

阅读更多

TCP Client using Eclipse Vert.x, Kotlin and Gradle build

In this blog post, I demonstrate how to write a very simple TCP client that keeps a connection open to a custom-written server in cloud.

阅读更多

Eclipse Vert.x meets GraphQL

In this blog post, we will look at an example application written in Vert.x that uses the new GraphQL API of Gentics Mesh.

阅读更多

Introducing Vert.x MQTT client

In this article, we will see how to set up the new Vert.x MQTT client. An example project is available on GitHub.

阅读更多