I'm implementing a role which can be configured. For the better user experience I'd like to make it's default configuration explicit so that a user could simply edit it in Cartridge WebUI.
But cartridge.config_patch_clusterwide
isn't suitable for this purpose because it calling it from init()
callback results in recursing and thus prohibited.
Is there any other way to accomplist it?