Skip to content

Go slower than Node.js when receiving SQS messages? #5024

Discussion options

You must be logged in to vote

sqs-consumer does batch delete internally when using it with handleMessageBatch.
My Go implementation deleted every single message inside the loop.

After applying batch delete to the Go program, it performs exactly the same as the Node one.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by steffenstolze
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant