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

Replace async_trait usage with RPITIT / AFIT #34

Merged
merged 4 commits into from
Feb 16, 2024
Merged

Commits on Feb 16, 2024

  1. Remove mentions of extensibility from README.md

    Since Delivery has no public constructor, it is impossibly to write a
    functional QueueConsumer outside of omniqueue.
    
    This commit should be reverted when that deficiency is fixed.
    svix-jplatte committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c1183e1 View commit details
    Browse the repository at this point in the history
  2. Remove Acker trait and implementors from public interface

    This commit likely needs to be reverted to add support for custom queue
    backends.
    svix-jplatte committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9713ed9 View commit details
    Browse the repository at this point in the history
  3. Replace async_trait usage with RPITIT / AFIT

    … for our own public traits.
    svix-jplatte committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    71e7da4 View commit details
    Browse the repository at this point in the history
  4. Fix clippy lints

    svix-jplatte committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5dddc7a View commit details
    Browse the repository at this point in the history