Skip to content

Discovery: Support local (JVM level) discovery #2

Closed
@kimchy

Description

@kimchy

Allow to have a JVM (well, actually class loader) level discovery for simple testing / embedding of a single node (which, potentially exists with other nodes in the same class loader).

Enable it using:

discovery:
    type: local

Or using:

node:
    local: true

(which will also enable other modules to be local, such as the transport - once we have that...)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions