[
https://issues.apache.org/jira/browse/NIFI-10569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614211#comment-17614211
]
ASF subversion and git services commented on NIFI-10569:
--------------------------------------------------------
Commit 97dc4b67aa86c35ec86227384a01b88980f8e13d in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=97dc4b67aa ]
NIFI-10569 Added Maximum Thread property to HandleHttpRequest
- Added simple unit test for HandleHttpRequest to run without requests
- Removed cleanup integration test method for HandleHttpRequest
Signed-off-by: Nathan Gough <[email protected]>
This closes #6465.
> Add Maximum Threads to HandleHttpRequest
> ----------------------------------------
>
> Key: NIFI-10569
> URL: https://issues.apache.org/jira/browse/NIFI-10569
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The {{HandleHttpRequest}} Processor runs an embedded Jetty Server that uses a
> configurable number of threads for handling HTTP requests and responses.
> Similar to changes for {{ListenHTTP}}, the {{HandleHttpRequest}} Processor
> should have a property for configuring the maximum number of threads for the
> Jetty Server. The Jetty internal defaults have a minimum of {{8}}, and use
> {{200}} in absence of a specific number.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)