We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move from #73 (about ack response)
What should we do about ack response handling?
I've investigated:
Fluentd v0.12 out_forward blocks
Fluentd v0.14 out_forward non-blocking (create another thread to wait ack response)
Fluency (yet another fluent-logger implementation for Java) non-blocking
fluent-logger-perl blocks
fluent-logger-ruby unsupported
fluent-logger-{java,go,ocaml,d,python} unsupported
fluent-logger-node v2.4.1
cc/ @slang800 @mururu
The text was updated successfully, but these errors were encountered:
I think we should support non-blocking write to socket but we should consider some points.
Sorry, something went wrong.
No branches or pull requests
Move from #73 (about ack response)
What should we do about ack response handling?
I've investigated:
Fluentd v0.12 out_forward blocks
Fluentd v0.14 out_forward non-blocking (create another thread to wait ack response)
Fluency (yet another fluent-logger implementation for Java) non-blocking
fluent-logger-perl blocks
fluent-logger-ruby unsupported
fluent-logger-{java,go,ocaml,d,python} unsupported
fluent-logger-node v2.4.1
cc/ @slang800 @mururu
The text was updated successfully, but these errors were encountered: