Huanli-Meng commented on a change in pull request #14102:
URL: https://github.com/apache/pulsar/pull/14102#discussion_r804347516



##########
File path: 
site2/website-next/versioned_docs/version-2.7.3/reference-configuration.md
##########
@@ -235,6 +235,7 @@ Pulsar brokers are responsible for handling incoming 
messages from producers, di
 |athenzDomainNames| Supported Athenz provider domain names(comma separated) 
for authentication  ||
 |exposePreciseBacklogInPrometheus| Enable expose the precise backlog stats, 
set false to use published counter and consumed counter to calculate, this 
would be more efficient but may be inaccurate. |false|
 |schemaRegistryStorageClassName|The schema storage implementation used by this 
broker.|org.apache.pulsar.broker.service.schema.BookkeeperSchemaStorageFactory|
+|schemaRegistryClassName|Override the schema registry used by pulsar with a 
custom implementation. If this config is not provided, the default schema 
registry will be 
used.|org.apache.pulsar.broker.service.schema.SchemaRegistryServiceImpl|

Review comment:
       Could we change the description of the parameter as below ?
   Specify the schema registry to be used in Pulsar. If it is not set, the 
default schema registry is used. 




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