tristaZero commented on a change in pull request #10006:
URL: https://github.com/apache/shardingsphere/pull/10006#discussion_r611146433
##########
File path:
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/context/ProxyContext.java
##########
@@ -73,6 +76,15 @@ public void init(final MetaDataContexts metaDataContexts,
final TransactionConte
this.transactionContexts = transactionContexts;
}
+ /**
+ * Initialize registry repository.
+ *
+ * @param registryRepository registry repository
+ */
+ public void initRegistryRepository(final RegistryRepository
registryRepository) {
Review comment:
Why do we need this one?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]