We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taking a look at the NettyProcessor class in quarkus, it seems that Epoll might be supported now for native mode.
We should update our server to utilize this as well.
https://github.com/quarkusio/quarkus/blob/5a34f3f7380a7bb851ae0ce02d7882cdba14f01c/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java#L143
The text was updated successfully, but these errors were encountered:
Use Netty Epoll
aad37c1
Resolved infinispan#100
610f793
b1f63da
729d8e9
No branches or pull requests
Taking a look at the NettyProcessor class in quarkus, it seems that Epoll might be supported now for native mode.
We should update our server to utilize this as well.
https://github.com/quarkusio/quarkus/blob/5a34f3f7380a7bb851ae0ce02d7882cdba14f01c/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java#L143
The text was updated successfully, but these errors were encountered: