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

Support DLQ redrive in redis #104

Merged
merged 4 commits into from
Sep 9, 2024
Merged

Commits on Sep 6, 2024

  1. Support DLQ redrive in redis

    Support redriving the DLQ directly from the QueueProducer. Is
    this a good idea? Sure! Only supported in Redis for now.
    jaymell committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9444f20 View commit details
    Browse the repository at this point in the history
  2. Refactor tests

    1. Add missing tests to redis_cluster module
    2. redis::test_backward_compatible had logic that
       should have been in redis::test_deadletter_config,
       so relocated that as appropriate.
    jaymell committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    98bc138 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0b518b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add test of redis DLQ ordering

    I'm not sure if we need to generically guarantee this in our docs,
    but it seems reasonable to validate it in our tests for now.
    jaymell committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    71ad767 View commit details
    Browse the repository at this point in the history