[ https://issues.apache.org/jira/browse/KNOX-2897?focusedWorklogId=966137&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-966137 ]
ASF GitHub Bot logged work on KNOX-2897: ---------------------------------------- Author: ASF GitHub Bot Created on: 15/Apr/25 06:55 Start Date: 15/Apr/25 06:55 Worklog Time Spent: 10m Work Description: smolnar82 commented on PR #747: URL: https://github.com/apache/knox/pull/747#issuecomment-2804014112 We may want to reconsider this PR and create another implementation that handles large inputs in a streaming fashion. That is, another `HttpEntity` implementation (replacing the one suggested in this change), with ``` @Override public boolean isRepeatable() { return false; } @Override public boolean isStreaming() { return true; } ``` Issue Time Tracking ------------------- Worklog Id: (was: 966137) Time Spent: 0.5h (was: 20m) > Eliminate or minimize the need for replayBufferSize configuration > ----------------------------------------------------------------- > > Key: KNOX-2897 > URL: https://issues.apache.org/jira/browse/KNOX-2897 > Project: Apache Knox > Issue Type: Task > Components: Server > Affects Versions: 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 1.6.0, 1.6.1 > Reporter: Sandor Molnar > Assignee: Sandor Molnar > Priority: Critical > Fix For: 2.1.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Eliminate or minimize the need for {{replayBufferSize}} configuration > adjustments to overcome frequent proxying issues with some components. -- This message was sent by Atlassian Jira (v8.20.10#820010)