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

    https://github.com/apache/storm/pull/2261#discussion_r134901967
  
    --- 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 --
    
    Addressed.


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