Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logstash client window size enhancement #598

Merged
merged 1 commit into from
Dec 30, 2015

Commits on Dec 30, 2015

  1. Logstash client window size enhancement

    - Have window size converge towards batch size requested to be published.  If
      maximum batch size ever published is less then maximum allowed window size.
    
    - Always shrink window size on error. If connection was lost due to logstash
      closing it by internal timeouts (circuite breaker) we want to decrease
      the window size on next try.
    
    - Add unit tests for logstash client window sizing behavior
    
    - Add changelog entry
    urso committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    b9ac89c View commit details
    Browse the repository at this point in the history