eclipse-vertx / eclipse-vertx/vertx-codegen

Missing method in VertxOptions

Open
#157 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
111
Forks
89
PR merge metrics
No merged PRs in 30d

Description

I issue was opened against vertx-lang-scala about a missing mthod (https://github.com/vert-x3/vertx-lang-scala/issues/63).
After some research I can confirm that clusterManager isn't part of the 'properties' list provided when generating code for DataObjects.
This is the method in VertxOptions:

public VertxOptions setClusterManager(ClusterManager clusterManager) {
this.clusterManager = clusterManager;
return this;
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.