Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for amqp payload compress/decompress #119

Merged
merged 18 commits into from
Jan 2, 2025
Merged

Conversation

raghuramg
Copy link
Contributor

@raghuramg raghuramg commented Dec 18, 2024

https://www.pivotaltracker.com/story/show/188699103

Added mime_encode and mime_decode services to handle payload encode/decode tasks. for ex. we use these services to compress messages before publishing, based on the async API configuration for the event. Additionally, decompress messages (when they have binary payload) once received by the queue before delivering them to the consumer. Using zlib for compress/decompress of payload.

@raghuramg raghuramg marked this pull request as draft December 20, 2024 16:09
@raghuramg raghuramg force-pushed the compress_support branch 4 times, most recently from 0db4354 to e94ae79 Compare December 26, 2024 15:04
@raghuramg raghuramg marked this pull request as ready for review December 27, 2024 13:25
@raghuramg raghuramg force-pushed the compress_support branch 2 times, most recently from f7922d7 to c98cd7f Compare December 30, 2024 20:39
@saikumar9 saikumar9 enabled auto-merge (squash) December 31, 2024 14:56
saikumar9
saikumar9 previously approved these changes Dec 31, 2024
Copy link
Member

@saikumar9 saikumar9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good to me!

@saikumar9 saikumar9 merged commit ab7531f into trunk Jan 2, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants