Miscellaneous
HTTP mode supports HTTP server thread pool tuning.
Notes
- By default, a maximum of 10 threads are used
httpServer:
threads:
minimum: 1
maximum: 10
keepAliveTime: 120 # seconds
minimum
- minimum number of threadsmaximum
- maximum number of threadskeepAliveTime
- thread keep-alive time in seconds
Notes
- If the work queue is full, the request will be blocked until space is available in the work queue for the request
Integration tests provide complex/concrete examples of application and YAML configuration files.