Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2261#discussion_r134876831
  
    --- Diff: 
storm-client/src/jvm/org/apache/storm/grouping/LoadAwareCustomStreamGrouping.java
 ---
    @@ -20,5 +20,6 @@
     import java.util.List;
     
     public interface LoadAwareCustomStreamGrouping extends 
CustomStreamGrouping {
    +   void refreshLoad(LoadMapping loadMapping);
        List<Integer> chooseTasks(int taskId, List<Object> values, LoadMapping 
load);
    --- End diff --
    
    OK. I was just waiting for reviewing to see if we are OK with changing the 
way of providing LoadMapping. Looks like you're OK with pushing so I'll remove 
the method.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to