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

Pub/Sub service #168

Open
lacarvalho91 opened this issue Mar 20, 2023 · 1 comment
Open

Pub/Sub service #168

lacarvalho91 opened this issue Mar 20, 2023 · 1 comment

Comments

@lacarvalho91
Copy link

lacarvalho91 commented Mar 20, 2023

Summary

Add support for Pub/Sub as a notifications service.

Motivation

We use Pub/Sub heavily for other things, there are resiliency benefits using a Google managed service like Pub/Sub. Putting these notifications on a messaging service like Pub/Sub would allow many consumers of this data.

Proposal

Write a Pub/Sub implementation of the notifications service interface . It should also support using the Pub/Sub emulator for testing purposes.

I attempted to integrate with Pub/Sub using a webhook service. However I got stuck because GCP doesn't support long lived access tokens so it doesn't seem possible.

@KyriosGN0
Copy link

i'll take a go at it

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

No branches or pull requests

2 participants