Github user moesol commented on the pull request:

    https://github.com/apache/storm/pull/1391#issuecomment-216666896
  
    Without the MaxWait being set to 100, it is set to 10000, which means that 
the bolt will waiting for 10 seconds when no messages are available. On the 1.x 
branch, I was going to use:
    
    +    public int fetchMaxWait = FetchRequest.DefaultMaxWait();
    +    public int fetchMinBytes = FetchRequest.DefaultMinBytes();
    
    to get Kafka default behavior of 100/1.



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