fluent-bit
fluent-bit copied to clipboard
WIP / core: support configurable event loop mechanism
This PR makes possible to choose manually the desired Event loop mechanism, otherwise the system does an automatic lookup. The new CMake options available are:
| CMake option | Description |
|---|---|
| FLB_EVENT_LOOP_EPOLL | Linux based event system |
| FLB_EVENT_LOOP_ POLL | Experimental support for poll(2) based event interface |
| FLB_EVENT_LOOP_KQUEUE | BSD and Apple based event mechanism |
| FLB_EVENT_LOOP_SELECT | Old interface, limited to 256 file descriptors only |
| FLB_EVENT_LOOP_LIBEVENT | System provided by libevent library |
Note this PR is still work in process
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.