You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(native): add support for Netty native transports (#1690)
This update brings support for using Netty native transports.
Providing that a valid native dependency is added, it will be discovered and used instead of the default `NIO` transport.
For example:
```
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-io_uring</artifactId>
<classifier>linux-x86_64</classifier>
</dependency>
```
0 commit comments