taojintianxia commented on a change in pull request #12413:
URL: https://github.com/apache/shardingsphere/pull/12413#discussion_r707884376



##########
File path: 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/context/ProxyContext.java
##########
@@ -131,4 +131,25 @@ public StateContext getStateContext() {
         
result.addAll(contextManager.getMetaDataContexts().getGlobalRuleMetaData().getRules());
         return result;
     }
+    
+    /**
+     * Set system property.
+     *
+     * @param key property key
+     * @param value property value
+     */
+    public void setSystemProperty(final String key, final String value) {

Review comment:
       for me, I prefer to extract these two methods into a higher level of 
util or something like that.en .... you decide that, this is not mandatory .




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