Skip to content

Instantly share code, notes, and snippets.

@league55
Created October 16, 2019 14:30
Show Gist options
  • Save league55/5534c84de0f6c223ad7e2340ceee7db9 to your computer and use it in GitHub Desktop.
Save league55/5534c84de0f6c223ad7e2340ceee7db9 to your computer and use it in GitHub Desktop.
DeploymentOptions options = new DeploymentOptions().setInstances(20);
vertx.deployVerticle(new IpProvider(dataProviderConf), options)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment