Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.24.0
-
None
-
None
Description
Add support for using the Netty KQueue transport when the platform supports it (x86-64 osx) and provide a transport configuration option to bypass it and return to using NIO. This change also switches the transport to using the default Netty allocator on the transports which by default is a pooled allocator.
To disable kqueue use the URI can be updated to include option:
transport.useKQueue=false