Stopping Vert.x BlockedThreadChecker exceptions during interactive debugging
Vert.x’s standard verticles require non-blocking code to work optimally. A watchdog will warn you (extremely insistently) if anything does block for an excessive »
Vert.x’s standard verticles require non-blocking code to work optimally. A watchdog will warn you (extremely insistently) if anything does block for an excessive »
One of Vert.x’s core tenets is that you should never block the event loop. If you’re writing an application from scratch »
Whilst tinkering apiman’s Vert.x gateway implementation I ran into a strange issue when invoking an API via curl --http2. It seemed to work »
I was playing with Vert.x’s excellent HTTP/2 functionality with the aim of determining how difficult it’d be to add support »