Skip to content

Transport: Support local (JVM level) transport #3

Closed
@kimchy

Description

@kimchy

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

Enable it using:

transport:
    type: local

Or using:

node:
    local: true

(which will also enable other modules to be local, such as the discovery)

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