aparajita89 commented on code in PR #14102:
URL: https://github.com/apache/pulsar/pull/14102#discussion_r843474794


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java:
##########
@@ -1285,6 +1286,13 @@ private SchemaStorage createAndStartSchemaStorage() 
throws Exception {
         return schemaStorage;
     }
 
+    private void setSchemaRegistryName(SchemaStorage schemaStorage) {
+        String schemaRegistryClassName = 
"org.apache.pulsar.broker.service.schema.DefaultSchemaRegistryService";

Review Comment:
   have updated the PR



##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java:
##########
@@ -1285,6 +1286,13 @@ private SchemaStorage createAndStartSchemaStorage() 
throws Exception {
         return schemaStorage;
     }
 
+    private void setSchemaRegistryName(SchemaStorage schemaStorage) {

Review Comment:
   sure, i have updated it



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