Shows BDR subscription (incoming replication) details such as origin/target
node, timestamp of the last replayed transaction, and lag between now and the
timestamp of the last replayed transaction.
Examples
Subscriptions with a node down
In this example, a 3 node cluster is being queried. Nodes bdr-a1 and bdr-c1 are up but bdr-b1 is down.
Subscriptions with a restarted node
In this example, a 3 node cluster is being queried. Node bdr-b1 was down and it has just been restarted.
Streaming subscriptions
In this example, a 3 node cluster is being queried. All nodes are up and in 'streaming' state.
With other node types
In this example, a cluster with witness, logical standby and subscriber-only nodes is being queried. The upstream for logical-standby-a1 is bdr-a1 and for logical-standby-b1 is bdr-b1.
A logical standby and subscriber-only node receive changes but don't send changes made locally to other nodes.