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
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
The text was updated successfully, but these errors were encountered:
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
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MAPI-16
The text was updated successfully, but these errors were encountered: