Skip to content

Conversation

cescoffier
Copy link
Member

Fix #5240.

Note that again, clustering is only supported in JVM mode and requires a cluster manager in the classpath.

Fix quarkusio#5240.

Note that again, clustering is only supported in JVM mode and requires a cluster manager in the classpath.

if (allowClustering) {
// Order matters, as the cluster options modifies the event bus options.
setEventBusOptions(conf, options);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if there is no clustering shouldn't we still set the event bus options?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cescoffier told me they were all related to the clustering.

@cescoffier are we sure it will always be the case and there won't be event bus options not-clustering related?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, all the event bus options are related to clustering (SSL, TCP options and so on)

@gsmet gsmet merged commit 46f9e54 into quarkusio:master Nov 18, 2019
@gsmet gsmet added this to the 1.1.0 milestone Nov 18, 2019
@gsmet gsmet removed the backport? label Nov 18, 2019
@gsmet gsmet modified the milestones: 1.1.0, 1.0.0.Final Nov 18, 2019
@cescoffier cescoffier deleted the features/fix-vertx-clustering branch January 21, 2020 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vertx with clustered manager startup failed

3 participants