Vertx eventbus seems to block when setPeriodic is running on WorkerVerticle
I have a scenario where I have an Http Verticle that in turn sends messages via the eventbus to a worker verticle.
Is there a best practise to for TCP data aggregation in Vert.x tcpserver?
I am new to Vert.x, with a goal of building an iot-platform service. The Vert.x ecosystem seems very complete, but I have not found the official advanced usage document about tcpserver data eventbus. Is that necessary to decode and analysis data manually?
Is there a best practise to for TCP data aggregation in Vert.x tcpserver?
I am new to Vert.x, with a goal of building an iot-platform service. The Vert.x ecosystem seems very complete, but I have not found the official advanced usage document about tcpserver data eventbus. Is that necessary to decode and analysis data manually?