Details
Description
The schema definition for the DescribeProducersRequest see here has trailing tokens - specifically, the last two lines in the commit in that link.
This does not cause problems for the generator, because Jackson will ignore trailing input by default.
However, some JSON parsers cannot be configured to ignore trailing characters, and so they fail on that file. This can cause problems for users wishing to use the official schema definitions to generate clients in other languages.
The fix here is pretty simple - just remove the trailing tokens, and optionally configure jackson to fail on trailing tokens. I'll be submitting a patch for the former on GitHub, and I can also submit a patch for the former if there is interest.
Attachments
Issue Links
- links to