Top "Google-cloud-pubsub" questions

Connect your services with reliable, many-to-many, asynchronous messaging hosted on Google's infrastructure.

I am evaluating Google Pub/Sub vs Kafka?

I have not worked on kafka much but wanted to build data pipeline in GCE. So we wanted to know …

apache-kafka google-cloud-pubsub
Cloud Pub/Sub Demo : 403 User not authorized to perform this action. when try to push notification

I am learning Google Cloud Pub/Sub and following this official document : Writing and Responding to Pub/Sub Messages - …

python google-app-engine google-cloud-platform google-cloud-pubsub
Google PubSub - Counting messages in topic

I've looked over the documentation for Google's PubSub, and also tried looking in Google Cloud Monitoring, but couldn't find any …

google-cloud-platform google-cloud-pubsub
Best practices for draining or clearing a Google Cloud pubsub topic

For pubsub topics with number of messages in the range of ~100k, what is the best practice for draining/dropping/…

google-cloud-pubsub
How to publish message in Google Pub/Sub from Firebase Cloud Function?

I wrote a function that receive a http request and send a e-mail. But, I would like receive a http …

javascript publish-subscribe google-cloud-functions google-cloud-pubsub
Google Pub/Sub Java examples

I'm not able to find a way to read messages from pub/sub using java. I'm using this maven dependency …

java google-cloud-pubsub
ImportError: cannot import name pubsub_v1

I need to import Pubsub_v1 and bigquery from google.cloud module. I have installed it and pip freeze shows …

python google-bigquery google-cloud-pubsub
Is there a GCP equivalent to AWS SQS?

Im curious to understand the implementation of GCP's PubSub. Although Pubsub seems to point to follow a Publish-Subscribe design pattern, …

amazon-sqs publish-subscribe amazon-sns google-cloud-pubsub request-response
java.lang.NoClassDefFoundError: com/google/common/base/MoreObjects when initializing pubsub on appengine

I try to run this code on appEngine (with java8 defined in my web.xml) public TopicName createTopic(final String …

java google-app-engine java-8 publish-subscribe google-cloud-pubsub
Google Cloud Function - ImportError: cannot import name 'pubsub' from 'google.cloud' (unknown location)

I am deploying a Google Cloud Function that will kick off other Google Cloud Functions using google.cloud.pubsub_v1 …

python git google-cloud-platform google-cloud-functions google-cloud-pubsub