when using encoding.codec = "raw_message" in conjunction with buffer.type = "disk", empty lines are output by sinks #21578
Labels
domain: buffers
Anything related to Vector's memory/disk buffers
sink: aws_s3
Anything `aws_s3` sink related
type: bug
A code related bug.
A note for the community
Problem
Using the file sink, I get the output as excepted.
Using the aws_s3 sink, empty files are uploaded.
When using the json encoding.codec, both sinks work fine (I have to use framing.method = "newline_delimited" in aws_s3 to get ndjson, whereas it seems to be the default for the file sink).
I'd like to be able to use raw_message sink in aws_s3.
Thanks,
Configuration
Version
vector 0.42.0 (x86_64-unknown-linux-gnu)
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: