Shizuo Fujita

Results 120 comments of Shizuo Fujita

Is it working as you expected with the patch above? If so, we need to create a PR to https://github.com/reproio/remote_syslog_sender. The PR may be merged If agreed...

Sorry. I forgot this. I will try to create PR.

Fluentd has been used async-http and webrick for http server in in_http and RPC. I think it would be better to integrate them into one library (async-http, falcon or another).

@Leodau Seems that the latest fluent-package LTS v5.0.5 contains webrick v1.8.2. https://github.com/fluent/fluent-package-builder/releases/tag/v5.0.5

## workaround 1 As workaround, looks like this issue can be avoided by specifying tags strictly with `match`, like ``` @type stdout ``` instead of ``. ## workaround 2 If...

If we implement https://github.com/fluent/fluentd/issues/1504, it might improve this issue.

Rebased with master in order to run CI with `cool.io` gem v1.9.0 Related to https://github.com/socketry/cool.io/pull/82#issuecomment-2388000360

> Ah, we also need to fix `io-event` compiling on Windows, I'll sort it out. @ioquatix If you have a time, I want you will take an action for https://github.com/socketry/io-event/pull/112...

We think the behavior you reported is not bug. To avoid repeated retries, you might use `discard_kafka_delivery_failed` option.

Now, we should configure `bind` parameter to `"[::]"` for in_monitor_agent. ``` @type monitor_agent bind "[::]" port 24220 ``` However, in_forward does not accept `"[::]"`. we should configure `bind` to `::`...