hello everyone! i was surprised to see a specific ...
# vertx
r
hello everyone! i was surprised to see a specific channel for Vertx, pleasantly so. i'm developing a service in my own free time as part of R&D at work, and i'm new to both Kotlin and Vertx. i have a lot of Java experience under my belt, for context. are there any common pitfalls or gotchas i need to avoid when using Vertx, in general and with Kotlin?
f
prime directive for Vert.x : don't block the event loop!
😁 1
👍 1
r
hah, yeah, i noticed that being front and center in their manual 🙂