ffwd icon indicating copy to clipboard operation
ffwd copied to clipboard

Ignore unknown config fields

Open hexedpackets opened this issue 6 years ago • 1 comments

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.

hexedpackets avatar Apr 05 '19 16:04 hexedpackets

This only works for top-level configuration. Nested config that uses Jackson annotations (such as the output plugins) will still fail on unknown options.

hexedpackets avatar Jul 11 '19 15:07 hexedpackets