Canton HA participant - disable default initialization
App Development4 posts182 views1 likesLast activity Dec 2022
MA
Maksym_ZhovanykOP
Dec 2022Hi 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.
MA
Maksym_Zhovanyk
Dec 2022Seems found this setting.
Is it correct:
init.auto-init = false
?
CO
cocreature
Dec 2022Yes auto-init should be correct for that. You can also completely stop the nodes from automatically starting by passing --manual-start.
MA
Maksym_Zhovanyk
Dec 2022@cocreature
thanks for it.