ffwd
ffwd copied to clipboard
Ignore unknown config fields
Right now, unknown config fields will cause a runtime exception. We should ignore these to make it easier to update the config when rolling out new versions.
This only works for top-level configuration. Nested config that uses Jackson annotations (such as the output plugins) will still fail on unknown options.