Jun 19, 2021
Worker verticles are processing requests in parallel.
What may be happening is that your debugger blocking an incorrect thread.
Instead of testing this using a debugger, try to add some log messages instead.
Worker verticles are processing requests in parallel.
What may be happening is that your debugger blocking an incorrect thread.
Instead of testing this using a debugger, try to add some log messages instead.
Solutions Architect @Depop, author of “Kotlin Design Patterns and Best Practices” book and “Pragmatic System Design” course