Closed NoumanSaleem closed 8 years ago
http://docs.aws.amazon.com/sdkforruby/api/Aws/SQS/Client.html#send_message_batch-instance_method
The maximum allowed individual message size is 256 KB (262,144 bytes). The maximum total payload size (i.e., the sum of all a batch's individual message lengths) is also 256 KB (262,144 bytes).
interesting that the TOTAL batch size is the same as the individual message limit.
I will reduce the batch count. thank you!
With the nature of the event I think we should be able to dynamically adjust the batch size, if the current batch size if too big for the SQS limit, would you mind opening an issue for that?
@ph that would be a great enhancement! I will open an issue
Started seeing this in our development environment after it had been working smoothly for over a week.
logstash 2.2 logstash-codec-plain 2.0.2 logstash-output-sqs 2.0.2
config: