Open
Description
<…>with an enabled role:
validate_config()
init()
apply_config()|Disable role: stop().|
Upon the cartridge.confapplier.patch_clusterwide() call:
valida<…>
https://www.tarantool.io/en/doc/latest/book/cartridge/cartridge_dev/#cluster-roles
What does it mean? Framework is calling role's 'stop' callback? Or whould I manually call some 'stop' function? Then from wich API is it?