David Handermann created NIFI-15214:
---------------------------------------
Summary: Refactor site-to-site-client HTTP using Java HttpClient
Key: NIFI-15214
URL: https://issues.apache.org/jira/browse/NIFI-15214
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Reporter: David Handermann
Assignee: David Handermann
The {{nifi-site-to-site-client}} depends on both the synchronous and
asynchronous Apache HttpClient 4 libraries to implement communication for
Site-to-Site transfer over HTTP. The standard Java HttpClient class supports
both synchronous and asynchronous request handling, providing the opportunity
to streamline the implementation and remove dependencies on the Apache
HttpClient libraries. Refactoring to use the Java HttpClient should also remove
the need to include Apache HttpClient 4 dependencies in the
{{nifi-framework-nar}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)