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

Compression and JustSaying 8.0 Changes #1525

Open
wants to merge 80 commits into
base: main
Choose a base branch
from

Conversation

slang25
Copy link
Member

@slang25 slang25 commented Oct 3, 2024

There is still more to go, but I'm pushing this now to get some feedback.

This PR makes the following changes:

  • Adds message compression
  • Introduces a "Message Body Serializer/Deserializer" to keep the message format separate
  • Adds SNS raw delivery support
  • Fixes missing message attributes for subscribing messages that were directly sent to an SQS queue (i.e. without SNS wrapper)
  • Removes subscription reliance on Subject
  • Allows for publishing override for Subject
  • Removes serialization registry, serializers are flowed through the subscription.
  • Added LocalSqsSnsMessaging to make integration testing instantaneous.
  • Made more types internal

Outstanding actions:

  • Integration tests for subject override
  • Add subject override to all publishers
  • Integration tests for more scenarios
  • Revert samples app
  • Add missing XML doc comments
  • Add documentation

@slang25 slang25 marked this pull request as ready for review November 6, 2024 21:44
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