0
votes

I have a google pubsub topic with only 1 subscription. I have shared the connection information with a third party and they are consuming the messages from my pubsub topic/subscription as a pull subscriber. However, they are reporting that they can't see messages in the Topic/Subscription.

So is there a log/view within Google Cloud which can provide me information on who is accessing my pubsub topic/subscription?

1

1 Answers

0
votes

To see topic/subscription creation information you have two options:

  • Use the activity log. Go to "Resource type", "Filter" and then "Cloud Pub/Sub Subscription" - you will be able to view all subscription activity. Likewise, select "Cloud Pub/Sub Topic" to see all topic activity.
  • Use a Stackdriver logging filter of resource.type="pubsub_subscription" to see subscription activity or resource.type="pubsub_topic" to see topic activity.

`