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

    https://github.com/apache/storm/pull/1902#discussion_r98588609
  
    --- Diff: 
examples/storm-kafka-examples/src/main/java/org/apache/storm/kafka/trident/LocalSubmitter.java
 ---
    @@ -43,10 +43,15 @@ public static LocalSubmitter newInstance() {
         }
     
         public static Config defaultConfig() {
    +        return defaultConfig(false);
    +    }
    +
    +    public static Config defaultConfig(boolean debug) {
             final Config conf = new Config();
             conf.setMaxSpoutPending(20);
    -        conf.setMaxTaskParallelism(1);
    -        conf.setNumWorkers(1);
    +//        conf.setMaxTaskParallelism(2);
    --- End diff --
    
    Better to remove comments if not necessary.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to