aparajita89 opened a new pull request #14102:
URL: https://github.com/apache/pulsar/pull/14102


   
   
   Fixes #14101 
   
   ### Motivation
   
   
   SchemaRegistryService is hardcoded to use SchemaRegistryServiceImpl in 
org.apache.pulsar.broker.service.schema.SchemaRegistryService#create
   
   ### Modifications
   
   broker.conf has a new config called schemaRegistryClassName which will have 
the name of the class to be used. the class is instantiated in 
SchemaRegistryService interface's static create method via reflection.
   
   
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   
   This change is already covered by existing tests which create a producer or 
consumer successfully.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API: no
     - The schema: yes
     - The default values of configurations: yes
     - The wire protocol: no
     - The rest endpoints: no
     - The admin cli options: no
     - Anything that affects deployment: no
   
   ### Documentation
   
   Check the box below or label this PR directly (if you have committer 
privilege).
   
   Need to update docs? 
   
   - [x] `doc-required` 
     this PR adds a new config which needs to be explained in the docs
   
   
   


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