You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2019/11/02 09:38:29 UTC

[GitHub] [storm] srdo commented on a change in pull request #3150: STORM-3528: Allow users to provide their own custom TriggerPolicy/EvictionPolicy in BaseWindowBolt

srdo commented on a change in pull request #3150: STORM-3528: Allow users to provide their own custom TriggerPolicy/EvictionPolicy in BaseWindowBolt
URL: https://github.com/apache/storm/pull/3150#discussion_r341804927
 
 

 ##########
 File path: storm-client/src/jvm/org/apache/storm/Config.java
 ##########
 @@ -1676,6 +1678,18 @@
     //DO NOT CHANGE UNLESS WE ADD IN STATE NOT STORED IN THE PARENT CLASS
     private static final long serialVersionUID = -1550278723792864455L;
 
+    /**
+     * Specify the trigger policy for the window.
+     */
+    @IsType(type = TriggerPolicy.class)
+    public static final String TOPOLOGY_BOLTS_WINDOW_TRIGGER_POLICY = "topology.bolts.window.trigger.policy";
 
 Review comment:
   Please move these to be next to the other window-related properties, such as sliding count.

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