poundifdef / smoothmq

An improved drop-in replacement for SQS
https://www.smoothmq.com
GNU Affero General Public License v3.0
2.04k stars 35 forks source link

SQS method AmazonSQS.SendMessageBatch not implemented #21

Closed jbs-fm closed 1 month ago

jbs-fm commented 1 month ago

Hi there,

Trying out your library it looks really promising thanks.

I'm using this library (https://github.com/bbc/sqs-producer) but can't send messages & get the following error SQS method AmazonSQS.SendMessageBatch not implemented.

2:59PM WRN zerolog.go:84 > Client error error="UnsupportedOperation: SQS method AmazonSQS.SendMessageBatch not implemented" ip=192.168.214.4 latency="276.969µs" method=POST status=400 url=/

Would be grateful if you could add this method.

poundifdef commented 1 month ago

Thanks for pointing this out. Agree, will get it added!

poundifdef commented 1 month ago

I've just pushed a change that adds the batch insert endpoint. Please send your feedback after testing it out!

Can you tell me more about your setup - are you deploying to k8s, using for testing, what kind of project or stack? This would help me test and develop features that are related to your use case.