Commit 1cf7aeb
authored
in_fluent_package_update_notifier: support multi worker (#8)
If confiured using multi worker, `in_fluent_package_update_notifier`
causes following config error.
### config
```
<system>
workers 2
</system>
<source>
@type fluent_package_update_notifier
</source>
```
### error
```
2025-08-27 17:20:33 +0900 [error]: config error file="/home/watson/prj/sandbox/fluentd/fluent.conf" error_class=Fluent::ConfigError error="Plugin 'fluent_package_update_notifier' does not support multi workers configuration (Fluent::Plugin::FluentPackageUpdateNotifierInput)"
```
This PR will solve above config error.1 parent 0095740 commit 1cf7aeb
File tree
2 files changed
+9
-0
lines changed- lib/fluent/plugin
- test/plugin
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
0 commit comments