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.
The closest SNS replacement in GCP is probably Cloud Pub/Sub, which provides a similar publish-subscribe messaging pattern.