anuraaga opened a new pull request #2595: Decode ByteBuffer directly where possible. URL: https://github.com/apache/incubator-zipkin/pull/2595 I recalled something I noticed a while ago but forgot to address - the armeria gzip decoder currently doesn't return pooled objects even if it's input is pooled. So we'll still have the array conversion for gzipped requests, but at least non-gzipped get to avoid it.
---------------------------------------------------------------- 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] With regards, Apache Git Services
