mdedetrich commented on code in PR #2409: URL: https://github.com/apache/pekko/pull/2409#discussion_r2478898981
########## actor/src/main/java/org/apache/pekko/io/ByteBufferCleaner.java: ########## Review Comment: I had to make both this class and specific methods public because currently its package private to `org.apache.pekko.io` and the pekko stream implementations are not in that package. I marked the class to be `InternalStableApi`, let me know if should be something else. -- 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]
