In a current design, for some reasons, the confd initialization xml file will be generated through a script. There may be some tricky case that the initialization xml file may not match with the new schema 100%.
I do some simple tests and I can see if there is mismatch, the confd start will fail and I can see the detailed error message where the mismatch it is.
I just wonder in this case, does confd provide the option like “try it best” during start ? If there is mismatches between initialization xml and confd schema, it just loads what it can loads instead of fail the confd start ?
Thanks in advance.