enqueue-dev icon indicating copy to clipboard operation
enqueue-dev copied to clipboard

base64 encode SNS Header message attribure

Open martinssipenko opened this issue 2 years ago • 1 comments

Fixes #1307

martinssipenko avatar Jul 12 '23 11:07 martinssipenko

This solution would not work in cases where there are multiple distinct services using enqueue for cross-service communication via messages because this change would introduce bease64 encoding of messages, but if there are other services using an older version of this library, that can not base64 decode messages, the message consumption would break.

martinssipenko avatar Jul 12 '23 11:07 martinssipenko