Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

AWS SNS equivalent in GCP

RC1
Bronze 4
Bronze 4

I have my data pipelines on GCP dataproc and want to implement notification in it.  Is there any AWS SNS equivalent in GCP where we send events to the SNS and then the SNS routes it to Slack , mail or any message etc. 

0 1 7,736
1 REPLY 1

The closest SNS replacement in GCP is probably Cloud Pub/Sub, which provides a similar publish-subscribe messaging pattern.