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

[Broker] Increase default numHttpServerThreads value to 50 to prevent Admin API unavailability #14320

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2022

  1. [Broker] Increase default numHttpServerThreads value to 200 to preven…

    …t Broker Admin API unavailability
    
    - numHttpServerThreads is the maximum number of threads.
      Initial number of threads is 8 when numHttpServerThreads >= 8
    
    - Jetty defaults to 200 maximum threads, to prevent thread pool starvation.
      - this is the reason to use the value 200 as a default
    lhotari committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    01b137d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    ee8e67f View commit details
    Browse the repository at this point in the history