Description
The ObjectMapper instance that parses the schema JSONs will successfully parse, even if there is trailing input at the end of the file. This the default behavior on Jackson, but JSON parsers in other languages may reject these files.
The only instance of this should have been fixed with KAFKA-12794, and configuring jackson to reject this in the future is simple - just enable FAIL_ON_TRAILING_TOKENS
Attachments
Issue Links
- links to