mdedetrich commented on PR #2409:
URL: https://github.com/apache/pekko/pull/2409#issuecomment-3469084264

   I have just updated the PR, it was only two small minor changes, one is 
setting the default of `maxBytesPerChunk` for the zstd decompressor to be 
`Zstd.blockSizeMax()` which happens to be 128kb (thanks @jrudolph !) and the 
other is cleaning up the direct `ByteBuffer` in the `postStop` hook.
   
   I am holding on my current work of buffering data up to a limit until I get 
feedback from my latest comment at 
https://github.com/apache/pekko/pull/2409#issuecomment-3469014680 as it sounds 
like it might be over-engineering the problem.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to