You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It means that if the remote node will not be accessible (e.g. the link is down or the node was shut down) the bridge will not be able to get events and send transactions by using the corresponding RPC channel.
In order to increase availability of the bridge opearations it is suggested to introduce two types of RCP URLs: primary RPC URL and failover RPC URL:
In this case, the bridge should switch to failover RPC link if the primary RPC node is not accessible by primary RPC URL. As soon as the link is switched the corresponding log message should appear, e.g.
The primary RPC channel (<url is here>) is not accessible. Switching to the failover RPC channel (<url is here>)
If the failover RPC URL is not configured the bridge should crash as soon as the primary RPC channel is down.
If the failover RPC URL is down the primary RPC URL must be checked again and the bridge should switch to this channel.
If both channels are not available the bridge must crash with the corresponding log message.
The text was updated successfully, but these errors were encountered:
At this moment it is possible to configure on one RPC url for each bridge direction:
It means that if the remote node will not be accessible (e.g. the link is down or the node was shut down) the bridge will not be able to get events and send transactions by using the corresponding RPC channel.
In order to increase availability of the bridge opearations it is suggested to introduce two types of RCP URLs: primary RPC URL and failover RPC URL:
In this case, the bridge should switch to failover RPC link if the primary RPC node is not accessible by primary RPC URL. As soon as the link is switched the corresponding log message should appear, e.g.
If the failover RPC URL is not configured the bridge should crash as soon as the primary RPC channel is down.
If the failover RPC URL is down the primary RPC URL must be checked again and the bridge should switch to this channel.
If both channels are not available the bridge must crash with the corresponding log message.
The text was updated successfully, but these errors were encountered: