Canton HA participant - disable default initialization

Hi team,
during startup participant we detecting that if we dont setup custom bootstrap script, participant launch default initialization process. How disable it that participant just waiting custom bootstrap/initialization? Is it possible?

2022-12-02 08:57:51,290 [canton-env-execution-context-27] INFO  c.d.c.p.EnterpriseParticipantNodeFactory$$anon$1:participant=participant - Node is not initialized yet. Performing automated default initialization.

Thanks.

Seems found this setting.
Is it correct:

init.auto-init = false

?

Yes auto-init should be correct for that. You can also completely stop the nodes from automatically starting by passing --manual-start.

@cocreature
thanks for it.

1 Like