Skip to content

Conversation

injectives
Copy link
Contributor

@injectives injectives commented Sep 4, 2025

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>

@injectives injectives force-pushed the feature/native branch 2 times, most recently from 05cf853 to 8dff313 Compare September 5, 2025 08:00
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>
```
Copy link

@MaxAake MaxAake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@injectives injectives merged commit 96e397d into neo4j:6.x Sep 5, 2025
18 of 24 checks passed
@injectives injectives deleted the feature/native branch September 5, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants