RaigorJiang commented on a change in pull request #12413:
URL: https://github.com/apache/shardingsphere/pull/12413#discussion_r707887041
##########
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:
Thank you @taojintianxia .
I also had this idea and discussed it yesterday, but we didn't find a
suitable place in the end.
--
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]