+1 nonbinding I personally think this is a historical legacy issue. On past JVM platforms, the throughput of some garbage collectors (such as CMS) was not high, so using Recycler to optimize GC is meaningful.
But on modern JVM, GC has been greatly optimized. We need to carefully consider whether this 'optimization' is still necessary Yunze Xu <[email protected]>于2025年9月23日 周二19:28写道: > Hi all, > > I'd like to start the vote for PIP-443: Stop using Netty Recycler in new > code. > > - PR link: https://github.com/apache/pulsar/pull/24766 > - Discussion link: > https://lists.apache.org/thread/bvllwld260g39v5hfsyr8gl2bwb1kxqz > > Thanks, > Yunze >
