phiz71 / vertx-swagger

Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub.
Apache License 2.0
86 stars 35 forks source link

Scaling by deploying multiple instances of Main/API verticle pairs #105

Closed AbriTj closed 2 years ago

AbriTj commented 6 years ago

Hi,

Is there a way to scope the eventbus addresses that the generated Main verticle and API verticle use?

Something like a prefix so that possible conflicts can be avoided with other Verticles on the eventbus.

Kind regards,