王展城
王展城
As the title says, we want a group of Verticle to run on the same context. This is useful when you have a large number of Verticle. I've already discussed...
For solving this issue, VerticleGroup is useful https://github.com/vert-x3/vertx-web/issues/1909
@vietj I think they are different, and they can exist together. InheritParentContext has some restrictions, such as whether it is the same Work Pool and the configuration associated with the...
VerticleGroup is just a functional class; it doesn't change anything. The user can choose to use it or not, but it works well
Are your set AllowWatchBookmarks param for watch opt ? https://kubernetes.io/docs/reference/using-api/api-concepts/
@vietj about this issue, I have an idea. 1. add VerticleGroup (or other name) class extends Verticle interface to support add sub Verticle. 2. VertilceGroup add sub Verticle about http...
会,但是目前vertx-start的实现很垃圾, 我想基于spring-core或者guice重新搞。
但是上层api应该不会有很大的变动。