-
Notifications
You must be signed in to change notification settings - Fork 96
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
chomp is removing trailing newlines. #142
Milestone
Comments
geofffranks
pushed a commit
to geofffranks/aws-fluent-plugin-kinesis
that referenced
this issue
Apr 26, 2018
Signed-off-by: David Bishop <[email protected]>
simukappu
added a commit
that referenced
this issue
Feb 17, 2019
simukappu
added a commit
to simukappu/aws-fluent-plugin-kinesis
that referenced
this issue
Feb 17, 2019
simukappu
added a commit
to simukappu/aws-fluent-plugin-kinesis
that referenced
this issue
Feb 17, 2019
simukappu
added a commit
to simukappu/aws-fluent-plugin-kinesis
that referenced
this issue
Feb 17, 2019
This was referenced Feb 18, 2019
Merged
Just released v3.0.0.rc.2.0 which doesn't |
We will publish v3.0.0 next week unless we get any trouble feedback. We are appreciate your patience. |
Merged
Today, we've released v3.0.0 in rubygems. https://rubygems.org/gems/fluent-plugin-kinesis/versions/3.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/awslabs/aws-fluent-plugin-kinesis/blob/master/lib/fluent/plugin/kinesis.rb#L108
Here, the additional formatting - chomp - is causing newlines to be removed that the JSON formatter is adding by default. I think at this point we should rely on the formatter and not do any post-processing.
The text was updated successfully, but these errors were encountered: