fluent-plugin-cloudwatch-logs icon indicating copy to clipboard operation
fluent-plugin-cloudwatch-logs copied to clipboard

Make sequence token optional

Open gdziwoki opened this issue 2 years ago • 1 comments

Problem

https://aws.amazon.com/about-aws/whats-new/2023/01/amazon-cloudwatch-logs-log-stream-transaction-quota-sequencetoken-requirement/

Sequence tokens are no longer required. Would be nice to have a switch to make them optional and get rid of those pesky InvalidSequenceTokenException.

gdziwoki avatar Jan 05 '23 08:01 gdziwoki

Looks like InvalidSequenceTokenException should not appear anymore according to https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutLogEvents.html . But anyway there is prepared PR for getting rid of it in code https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/pull/251

petergvizd avatar Jan 27 '23 09:01 petergvizd