ixixi / fluent-plugin-sqs

Store fluent-event as queue message to Amazon SQS.
35 stars 53 forks source link

Don't send batches larger than total allowed SQS message size #18

Closed mtaylor91 closed 9 years ago

mtaylor91 commented 9 years ago

Saner handling for large messages: don't attempt to batch more messages than SQS allows and log warnings on single messages that exceed the allowed size to facilitate continued processing of other messages.

yosssi commented 9 years ago

+1

ixixi commented 9 years ago

Thanks for your PR. Released v1.6.1