-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Description
We should add a property for configuring the level of leak detection with Netty.
This can be done statically, has obviously a performance cost, but is really useful if an application is dealing with DataBuffer
instances or extensive customizations on the Netty engine.
This applies to both server and client use cases, and Netty offers an API for that:
ResourceLeakDetector.setLevel(Level.PARANOID);
We could also consider enabling this by default when the devtools are activated.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement