carryxyh commented on a change in pull request #2568: Add 'forks' config into 
xml config
URL: https://github.com/apache/incubator-dubbo/pull/2568#discussion_r221124585
 
 

 ##########
 File path: 
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractMethodConfig.java
 ##########
 @@ -64,6 +64,19 @@
     // customized parameters
     protected Map<String, String> parameters;
 
+    /**
+     * forks for forking cluster
+     */
+    protected Integer forks;
 
 Review comment:
   Yep, new field.
   It acts on the forkingcluster and specifies the opening of forks for 
concurrent access. U can see the issue for more details.
   :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to