Skip to content

Add failover support for EXECUTION_NODE and CONSENSUS_NODE #94

Description

@daverolo

Please add failover support for EXECUTION_NODE and CONSENSUS_NODE as same as you did with PROVIDERS_URLS and CL_API_URLS in KAPI service

Current Solution:

EXECUTION_NODE=http://1.2.3.4:8545
CONSENSUS_NODE=http://1.2.3.4:5051

Suggested Solution:

EXECUTION_NODE=http://1.2.3.4:8545,http://5.6.7.8:8545
CONSENSUS_NODE=http://1.2.3.4:5051,http://5.6.7.8:5051

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions