vert-x / vertx-maven

Vert.x 2.x is deprecated - use instead
https://github.com/vert-x3/vertx-maven-starter
Other
22 stars 31 forks source link

Supporting clustering and ha config for vertx:runMod #23

Closed kschulst closed 10 years ago

kschulst commented 10 years ago

Additional configuration options:

Example that enables clustering with minimal config:

<configuration>
    ...
    <cluster>true</cluster>
</configuration>
kschulst commented 10 years ago

Eclipse CLA signed kenneth@leine.cc

purplefox commented 10 years ago

Thanks Kenneth!

RobynLiu commented 9 years ago

thx!