-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Change default to epoll and not io_uring #3277
Copy link
Copy link
Closed
Labels
type: breakingBreaking changeBreaking changetype: improvementAn improvement to the existing implementationAn improvement to the existing implementation
Description
Feature Request
Is your feature request related to a problem? Please describe
Currently, when both epoll and io_uring are part of the classpath the driver would use io_uring.
Describe the solution you'd like
io_uring is still in incubation. It makes more sense to default to epoll in such cases.
THIS IS A BREAKING CHANGE.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: breakingBreaking changeBreaking changetype: improvementAn improvement to the existing implementationAn improvement to the existing implementation