Hi team,
When I tried examples/01-simple-topology
, we can see the participant connections when checking domain health status.
Domain id: mydomain::12205eb850cb29709991fb7e80220a563683a91ddffea831e626f41803258ad4e897
Uptime: 21.783821s
Ports:
public: 5018
admin: 5019
Connected Participants:
PAR::participant1::1220440f3164...
PAR::participant2::122071cbe0bd...
Sequencer: active
When I tried examples/e01-fabric-domain
, participant nodes are connected to sequencers. May I know if there is a way to show participant connections on sequencers? I have tried remote-sequencers but it does not show the participant connections.
@ remoteFabricSequencer1.health.status
res2: com.digitalasset.canton.health.admin.data.NodeStatus[com.digitalasset.canton.health.admin.data.SequencerNodeStatus] = Domain id: myDomain::122049023fd1b308c44cd8ddada3ec8dc6e959fb91106a8ce8d6aae9a8fc9ccc2c56
Uptime: 3m 1.441223s
Ports:
public: 3000
admin: 4000
Sequencer: SequencerHealthStatus(isActive = true)
@ remoteFabricSequencer2.health.status
res3: com.digitalasset.canton.health.admin.data.NodeStatus[com.digitalasset.canton.health.admin.data.SequencerNodeStatus] = Domain id: myDomain::122049023fd1b308c44cd8ddada3ec8dc6e959fb91106a8ce8d6aae9a8fc9ccc2c56
Uptime: 3m 2.94265s
Ports:
public: 3001
admin: 4001
Sequencer: SequencerHealthStatus(isActive = true)
(I added remote-sequencers in the canton-on-fabric/config/remote/demo.conf
)
Thanks in advance.
kc