pvillard31 commented on pull request #5250:
URL: https://github.com/apache/nifi/pull/5250#issuecomment-888157130


   Hey @exceptionfactory - thanks for the review and suggestions.
   
   Regarding the version of the schema registry and what APIs can be used or 
not, I didn't find anything that could be used to simplify the retrieval logic 
and, in the end, ensure to have the smallest number of calls against the schema 
registry. However, since the schemas are cached, we're not making too many 
calls. The initial implementation that was listing all subjects and checking 
the schema for each of the subject was super expensive (when the schema 
registry contains a lot of schemas). The recently added option (#4872) and this 
new option should make things much better in terms of performance.
   
   https://docs.confluent.io/platform/current/schema-registry/develop/api.html


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to