You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/03/22 07:47:52 UTC

[GitHub] [servicecomb-pack] WillemJiang commented on a change in pull request #638: [WIP][SCB-1735] Support Alpha call compensation timeout strategy

WillemJiang commented on a change in pull request #638: [WIP][SCB-1735] Support Alpha call compensation timeout strategy
URL: https://github.com/apache/servicecomb-pack/pull/638#discussion_r396064185
 
 

 ##########
 File path: alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/SagaActor.java
 ##########
 @@ -55,7 +59,7 @@
 
 public class SagaActor extends
     AbstractPersistentFSM<SagaActorState, SagaData, DomainEvent> {
-
+  protected static final int PAYLOADS_MAX_LENGTH = 10240;
 
 Review comment:
   We need to be able to configure this parameter from setting environment variable. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services