I need some light about vert.x and kumuluzee.
As far I've been able to figure out:
- vert.x: is a tool-kit in order to solve C10k problem, implementing reactor pattern.
- kumuluzee: framework for building microservices that has an Reactive Vert.x extension.
Can this extension be used in order to solve C10k problem on a kumuluzee service?
By other hand, kumuluzee is using jetty implementation in order to handle http requests. Jetty implements a servlet engine model that I don't quite figure out how it can be "merged" with vert.x core.