Eclipse Vert.x client for Apache Pinot

Next post

Eclipse Vert.x 4.4.5 released!

Eclipse Vert.x version 4.4.5 has just been released. It fixes a few bugs that have been reported by the community

Read more
Previous post

Eclipse Vert.x 4.4.4 released!

Eclipse Vert.x version 4.4.4 has just been released. It fixes a few bugs that have been reported by the community

Read more
Related posts

Checklist for Migrating from Vert.x 2.1.x to Vert.x 3 - Part One

So while upgrading our application, I thought I should note down all the changes that we had to do in the process. Since Vert.x 3 is a major upgrade from the previous version, with so many changes.

Read more

My first Vert.x 3 Application

Let's say, you heard someone saying that Vert.x is awesome. Ok great, but you may want to try it by yourself. Well, the next natural question is “where do I start ?”

Read more

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.

Read more