Skip to content

Support the multi process worker configuration#12

Open
guisen4332 wants to merge 1 commit into
uken:masterfrom
guisen4332:feature/output-multi-process
Open

Support the multi process worker configuration#12
guisen4332 wants to merge 1 commit into
uken:masterfrom
guisen4332:feature/output-multi-process

Conversation

@guisen4332

Copy link
Copy Markdown

When use the fluentd's multi-process workers feature like

<system>
  workers 3
</system>
<match **>
  type nsq
  buffer_type file
  buffer_path /var/log/fluent/msgbus
  nsqlookupd 127.0.0.1:4161
  topic logs
</match>

Errors like "Plugin 'nsq' does not support multi workers configuration (Fluent::Plugin::NSQOutput)" occured

This pr is for supporting the multi-process workers feature in the "NSQOutput"

@guisen4332 guisen4332 marked this pull request as draft March 27, 2026 07:28
@guisen4332 guisen4332 marked this pull request as ready for review March 27, 2026 07:46
@guisen4332

Copy link
Copy Markdown
Author

@cosmo0920 Could you please review this PR? I don't have the necessary permissions to add reviewers directly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant