Skip to content
New issue

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

Add a new parameter emit_mode #81

Merged
merged 8 commits into from Mar 12, 2019
Merged

Add a new parameter emit_mode #81

merged 8 commits into from Mar 12, 2019

Conversation

okkez
Copy link
Contributor

@okkez okkez commented Mar 6, 2019

Records in an event stream will be grouped by rewritten tag when
emit_mode is stream. This will reduce IO cost.

Fix #80

Records in an event stream will be grouped by rewritten tag when
`emit_mode` is `stream`. This will reduce IO cost.

Fix #80

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
@okkez okkez mentioned this pull request Mar 6, 2019
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
@okkez okkez requested a review from repeatedly March 11, 2019 03:03
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
README.md Outdated Show resolved Hide resolved
Because boolean is faster than symbol comparison.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
Because `batch` mode is good for popular in_tail / in_forward's case.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
@okkez okkez merged commit 1690fa0 into fluent:master Mar 12, 2019
@okkez okkez deleted the add-emit-mode branch March 12, 2019 03:12
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.

None yet

2 participants