https://flyte.org logo
b

Bernhard Stadlbauer

07/21/2022, 2:24 PM
Hi! I've been looking into the docs for Notifications (and also checked the corresponding admin code). From what I could gather, GCP support for creating events (in Pub/Sub) already exists, but there is currently no way of sending email notifications with GCP (i.e. no
emailer
for GCP). Just wanted to confirm whether that is correct or if I am missing something?
k

Ketan (kumare3)

07/21/2022, 3:42 PM
cc @katrina / @jeev?
i think you can use sendgrid
j

jeev

07/21/2022, 3:45 PM
pubsub + cloud functions could do this
it doesnt have the same aws functionality i guess 😞
k

katrina

07/21/2022, 4:00 PM
sendgrid support ships out of the box
but if you're interested in adding an implementation for pubsub and cloud functions like Jeev mentioned we would love to work with you to get that in!
a

austin

07/21/2022, 5:59 PM
GCP generally offloads to SendGrid [ there are a number of official docs for that ].
If tying with functions [ as many solutions use ], do think about using Functionsv2 which is almost GA [ I think plenty stable ]. Will reduce needing future cleanup once v1 eventually deprecated.
k

Ketan (kumare3)

07/21/2022, 9:41 PM
thank you @austin
s

Sören Brunk

07/22/2022, 7:18 AM
Does anyone have pub/sub in GCP actually configured and working? I think we should add an example config to the docs and to values-gcp.yaml like for aws.
I can add it to the docs, but I want to try it first.
❤️ 1
a

austin

07/28/2022, 6:28 PM
I also wasn’t sure how wanted to demo/show/handle. As pubsub topics, subscriptions, functions, etc I consider all as infrastructure, so would also be configured in terraform, etc. pushing to pubsub doesn’t concern me at all from a functionality, but ensuring a coherent deployment strategy does.
3 Views