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