Hi all,
I had 2 questions regarding a Canton-on-Fabric network.
-
Fabric-separated sequencer connectivity with main domain
I usually perform connection of the additional fabric-separated sequencers using the main domain sequencer as a reference with the command:
yourdomaintopologymanager.setup.onboard_new_sequencer(origSequencer,newSequencer)
This suggests that newSequencer is connected to the mediator and topology manager via origSequencer.
However, a declaration of newSequencer’s admin-api URL and port is still required in the topology manager .conf file.
Does this declaration mean that a direct connection is also required between the topology manager and newSequencer? -
Connection route of data during Canton transaction processing
During Canton transaction processing, does the newSequencer communicate directly with the origSequencer via its admin-api port or only through the Fabric network using the Fabric chaincode?
Thank you!