Skip to content

Check if 'hazelcast.config' system property works as expected #553

@aschrijver

Description

@aschrijver

I just found out my vertx cluster configuration with 'hazelcast.config' system property from the command line did not work as expected (cluster created, but not properly registered with vertx) and filed a PR and issue (no 36) on vertx-hazelcast project to support it from version 3.3.0 onwards.

Found your project while doing a search on Github on usages. I didn't check and you are using it differently, but you might verify if it is indeed working the way it should.

I am referring to this file:

System.setProperty("hazelcast.config", new File(clusterConfig).getAbsolutePath());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions