lhotari opened a new issue #10908: URL: https://github.com/apache/pulsar/issues/10908
**Describe the bug** Proxy uses a lot of heap memory when uploading large function jar files. This is due to the buffering solution added as part of #5361 . The solution buffers also very large uploads to memory. **To Reproduce** Create a function with a large jar file to reproduce. The repro for #10906 , https://github.com/lhotari/pulsar-playground/tree/master/proxy-tls-issue-repro-2.7.2 , reproduces this issue too. **Expected behavior** The proxy heap memory usage shouldn't grow out of bounds. File uploads shouldn't be buffered in heap memory. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
