Skip to content
New issue

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

Use Java NIO as fallback for Netty when epoll is not available #430

Open
2 tasks
emerkle826 opened this issue Nov 21, 2023 · 0 comments
Open
2 tasks

Use Java NIO as fallback for Netty when epoll is not available #430

emerkle826 opened this issue Nov 21, 2023 · 0 comments

Comments

@emerkle826
Copy link
Contributor

emerkle826 commented Nov 21, 2023

Issue:

Management API was developed to run on Linux. It takes advantage of this for its Netty usage by essentially requiring epoll for the event queue. This makes fully testing Management API difficult for Mac users.

Definition of Done

  • It should be possible to detect the absence of epoll and fall back to using Java's NIO.
  • If Management API is run and falls back to Java NIO, a warning should be logged indicating the degraded performance and that the condition should only be acceptable in labs/development/testing/etc.

┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MAPI-16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant