sunxiaojian commented on code in PR #81:
URL: 
https://github.com/apache/rocketmq-schema-registry/pull/81#discussion_r1176121931


##########
common/src/main/java/org/apache/rocketmq/schema/registry/common/storage/StorageService.java:
##########
@@ -95,4 +97,8 @@ default List<String> 
listSubjectsByTenant(StorageServiceContext storageServiceCo
     default List<String> listTenants(StorageServiceContext storageService, 
QualifiedName name) {
         throw new UnsupportedOperationException(ERROR_MESSAGE_DEFAULT);
     }
+
+    @Override
+    default void close() throws IOException {
+    }

Review Comment:
   > DefaultStorageServiceImpl
   
   JdbcStorageService class is in use



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