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 GCP PubSub support #13

Merged
merged 1 commit into from
Aug 11, 2023
Merged

add GCP PubSub support #13

merged 1 commit into from
Aug 11, 2023

Commits on Aug 10, 2023

  1. add support for GCP PubSub

    Largely this is a port of code written for `svix-bridge` in the
    `generic-queue` crate.
    
    Adds tests modeled after the rest of the backends here, but with
    GCP-specific setup and configuration.
    
    Scheduled delivery is not implemented since this is not natively
    supported by GCP PubSub. There are workarounds, but they rely on
    conventions established by calling code so I'm not sure it makes sense
    to codify here in the lib.
    svix-onelson committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    06dd09d View commit details
    Browse the repository at this point in the history