openzipkin / zipkin-aws

Reporters and collectors for use in Amazon's cloud
Apache License 2.0
69 stars 34 forks source link

SQS collector fails delete with EmptyBatchRequest #167

Open llinder opened 4 years ago

llinder commented 4 years ago

Started running into this issue with recent AWS SDK. `There should be at least one DeleteMessageBatchRequestEntry in the request. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.EmptyBatchRequest

at zipkin2.collector.sqs.SQSSpanProcessor.delete(SQSSpanProcessor.java:143) ~[zipkin-collector-sqs-0.21.0.jar:?]`

Probably an easy fix and will try to get to it ASAP.