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

Conversation

svix-onelson
Copy link
Contributor

@svix-onelson svix-onelson commented Aug 10, 2023

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 svix-onelson force-pushed the onelson/gcp-pubsub-support branch 5 times, most recently from 21dc933 to 253952a Compare August 10, 2023 22:09
@svix-onelson svix-onelson marked this pull request as ready for review August 10, 2023 22:11
@svix-onelson svix-onelson requested a review from a team August 10, 2023 22:11
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 svix-onelson merged commit fbb64b1 into main Aug 11, 2023
3 checks passed
@svix-onelson svix-onelson deleted the onelson/gcp-pubsub-support branch August 11, 2023 15:59
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.

2 participants