Bronze 1
Since ‎08-05-2022
‎10-17-2022

My Stats

  • 7 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

LuckyEK's Bio

Badges pramodbiligiri Earned

View all badges

Recent Activity

In a documentation page regarding authentication (https://cloud.google.com/docs/authentication/provide-credentials-adc#user-creds-client-based) it is mentioned that there are two kinds of Google Cloud APIs:1. Resource-based APIs, which use the resour...
I have been using (Synchronous Pull) requests to fetch Pubsub Notifications for objects pushed to a bucket. Today suddenly the messages contained a field called "eventBasedHold" which (I think) had never shown up till now.It crashed my program with a...
I'm consuming messages from a Pubsub topic that is populated by Cloud Storage Pubsub Notifications (https://cloud.google.com/storage/docs/pubsub-notifications). I see that the messages are fairly out of order, for file operations that happened soon a...
Is there an example, or a recommended way to deduplicate messages that come from Cloud Storage Pubsub Notifications? I'm specifically interested in identifying duplicates of event type "Object Finalize" (https://cloud.google.com/storage/docs/pubsub-n...
I have a simple Java program that reads messages from a Google Cloud Pubsub topic and prints them. It works correctly when I run the program as a standalone, but it fails to receive messages when run using spark-submit.Do programs launched using spar...