jadireddi opened a new pull request #9096: confluent schema registry client to accept config and headers URL: https://github.com/apache/druid/pull/9096 Fixes #8806 . ### Description Enhancing schema registry client i.e. `SchemaRegistryBasedAvroBytesDecoder` to accept additional config's, header's and able to query schema's from multi schema instances. 1. Changed `SchemaRegistryBasedAvroBytesDecoder` to accept `config` and `header's` as Json properties. 2. Added support to give multi url's for multi schema instances by sending as array: `urls` 3. Upgraded confluent version to `5.2.0`, which is compatible with existing kafka version: `2.2.1` 4. Changed depreciated method `getByID` to `getById`. This PR has: - [ x] been self-reviewed. - [x] added documentation for new or modified features or behaviors. - [ x] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader. - [x ] added unit tests or modified existing tests to cover new code paths. - [ x] been tested in a test Druid cluster. ##### Key changed/added classes in this PR * `SchemaRegistryBasedAvroBytesDecoder`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
