Skip to main content
0 votes
0 answers
11 views

Getting error while receiving message from Google Pub/Sub and loading it to Cloud SQL using Spring Batch

I am currently working with the Spring Framework and have been tasked with receiving messages from Google Cloud Pub/Sub and subsequently loading the data into Cloud SQL (PostgreSQL). To accomplish ...
Shreyansh Srivastava's user avatar
0 votes
0 answers
22 views

Configuring Authentication for GCP Pub-Sub Push Subscription Using Terraform Google Provider

I am trying to configure GCP Pub Sub Push subscriptions, Total 3 The push subscriptions have been configured successfully, but i am not able to enable Authentication on the push subscription ...
Pallab's user avatar
  • 2,193
0 votes
1 answer
22 views

Pubsub message goes to dead letter immediately without any consuming attempt

I'm currently facing problem where sometimes when a pubsub message is published, the message goes straight into the dead letter, without any attempt to deliver it to the corresponding subscriber. The ...
Rayhan Mustofa's user avatar
0 votes
0 answers
20 views

Eventarc gcloud command returns error when specifying existing topic to use

i am creating an eventarc with gcloud and have existing topic i want to use (instead of eventarc creating new one and manage automatically) the trigger will invoke a workflow when new files upload to ...
unacorn's user avatar
  • 934
0 votes
1 answer
99 views

Migrating from legacy Google FCM to HTTP v1 for push notifications

I am migrating from the legacy FCM cloud messaging API to the newer HTTP v1 for push notifications for my app. However in the new cloud manager for Pub/Sub I don't see any of the previously ...
rolinger's user avatar
  • 3,038
0 votes
0 answers
39 views

Unable to View Pub/Sub Metrics with Monitoring Viewer and Pub/Sub Viewer Roles

I am experiencing an issue where I am unable to view Pub/Sub metrics despite having the Monitoring Viewer (roles/monitoring.viewer) and Pub/Sub Viewer (roles/pubsub.viewer) roles. I have permission ...
Kha's user avatar
  • 11
0 votes
3 answers
46 views

_CHANGE_TYPE not working when streaming Google Big Query rows from Pub/Sub

The following link (https://cloud.google.com/pubsub/docs/bigquery#change_data_capture) states that when streaming rows into Google Big Query from Pub/Sub, we should be able to set _CHANGE_TYPE = '...
Eric Uldall's user avatar
  • 2,361
0 votes
0 answers
47 views

Payload compression at Debezium Server. "Debezium Server - Pub/Sub Pipeline"

We have a setup where we are using Debezium to read the logs from MYSQL, sending them across to Pub/Sub, and then transferring them to BigQuery via BQ Subscriptions. This pipeline is working fine but ...
Divya Dass's user avatar
0 votes
0 answers
52 views

GCP Pub/Sub Publish - Error starting gRPC call. HttpRequestException: Unable to get subchannel from HttpRequestMessage

I am using the C# quickstart code from this docs page for publishing messages to a Pub/Sub topic: https://cloud.google.com/pubsub/docs/publish-receive-messages-client-library#publish_messages I have ...
Will Sutton's user avatar
0 votes
0 answers
27 views

Can CloudRun autoscale against resource utilization of Java Spring process pulling event streams from a GCP Pub Sub topic?

I cannot find definitive information on whether or not Cloud Run can autoscale against cpu or memory utilization when running a Java Spring process e.g. Spring Cloud GCP which is consuming from a GCP ...
John Saunders's user avatar
0 votes
2 answers
51 views

GCP Pub/Sub to BigQuery writing incorrect value to NUMERIC column

I'm publishing JSON to Pub/Sub in the following format: {"reading":"11202.8"} Numbers are encoded as strings to force explicit precision. This get written to BigQuery using a Pub/...
Matthew Brown's user avatar
0 votes
2 answers
65 views

PUBLISH_PERMISSIONS_MISSING_FOR_PUBSUB_TOPIC Error Despite Correct Pub/Sub Permissions

I'm integrating the Google My Business API with Google Cloud Pub/Sub to subscribe to notifications for new reviews. Despite setting up the necessary permissions, I keep encountering the following ...
Nouh Belahcen's user avatar
0 votes
0 answers
12 views

How to get the Dataflow Job success status using Log Router on dataflow logs

I have set up a log router for a Dataflow step with the following filter: resource.type="dataflow_step" AND logName="projects/${PROJECT_ID}/logs/dataflow.googleapis.com%2Fworker" ...
Ananth's user avatar
  • 119
3 votes
2 answers
1k views

RangeError [ERR_BUFFER_OUT_OF_BOUNDS]: "length" is outside of buffer bounds in Node.js Pub/Sub

I'm encountering a RangeError [ERR_BUFFER_OUT_OF_BOUNDS]: "length" is outside of buffer bounds error while working with Google Cloud Pub/Sub in a Node.js application. Below is a simplified ...
Assiph Rolant's user avatar
0 votes
0 answers
22 views

Issues with GCP Pub/Sub Publisher Template: Messages Show as errorChannel

how's it going? I'm trying to implement a template for a publisher on GCP Pub/Sub. I'm using a simple REST controller to send this message on port 8080. @RestController public class WebAppController { ...
Mateus Levi's user avatar

15 30 50 per page
1
2 3 4 5
209