[
https://issues.apache.org/jira/browse/NIFI-16152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18100569#comment-18100569
]
ASF subversion and git services commented on NIFI-16152:
--------------------------------------------------------
Commit ede36cdc8a2c81ae30ff125f2e7ae3c6b747670c in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ede36cdc8a2 ]
NIFI-16152 Switched from Jersey to Jetty for gzip compression (#11489)
- Added drain and close for replicated request response body to handle gzip
encoded responses
> Switch from Jersey to Jetty for gzip compression
> ------------------------------------------------
>
> Key: NIFI-16152
> URL: https://issues.apache.org/jira/browse/NIFI-16152
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The application framework currently uses Jersey to handling gzip compression
> of HTTP requests and responses. Jetty Server has dedicated filters for
> handling gzip compression, and handling compression at the server level
> provides more control than the Jersey framework. For this reason, gzip
> handling for the REST API should be switched to Jetty Server modules.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)