eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.32k stars 2.08k forks source link

Resource segregation #5258

Closed vietj closed 3 months ago

vietj commented 3 months ago

Ability to confine resources for a particular usage without interference.

In practice it means that several Vert.x instances should be able to cooperate, that is a server scoped in a Vert.x instance can use a client scoped to another Vert.x instance.