Relative Content

Tag Archive for kotlin-coroutinesvert.x

Kotlin channel vs vert.x event bus

We are using kotlin to write vert.x based backend service.
The requirement is to do async processing upon http request, after receiving a request, create a job in db and return the job_id immediately, then start background processing.
Later, the client can query the job status or result using job_id.