Add support for Workers
Open
- Dominant language
- Go
- Stars
- 202
- Forks
- 61
- Avg merge
- 7d 20h
- Merged PRs (30d)
- 2
Description
Fluent bit added support for workers in v.1.7.0
https://fluentbit.io/announcements/v1.7.0/
It would be really valuble go plugins can also have worker support
# Impact
Because of the single threaded nature if one output plugin is "stuck", then the subsequent outputs / pipelines are not getting executed https://github.com/fluent/fluent-bit/issues/3088
I believe workers can solve this problem. Basically setting workers to 1 should ensure there is a separate thread for processing
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.