Skip to main content

Google Pubsub Sender Connector

Allows messages to be received from a specific destination.

Required Connector Properties

  • Project ID: In Google Cloud Platform, projects created by each user have a unique ID. This identity allows the project to be distinguished from other projects. Projects allow users to organize Google Cloud services and manage resources. When using the Pub/Sub service, the "Project ID", an identifier of a project, is required. For example, a project ID such as my-project-123456 is used.

  • Destination Name: In Pub/Sub service, the term "destination" usually refers to a topic or subscription name. Topic is where messages are published or stored for delivery to subscribers. Subscriber represents the application that receives and processes messages sent to a topic.

  • Google Pubsub Credential: Google Pubsub credentials refer to the authentication information used to perform data transfers using Google Pubsub Service. The name of a previously defined credential is provided.

  • Maximum Messages Per Poll: Specifies the maximum number of messages to be received in each request. This serves to control the number of messages scheduled to be processed by the consumer at a time.

  • Concurrent Consumers: It refers to the number of consumers who receive and process messages from a topic. The "Concurrent Consumers" value determines how many consumers will be operated simultaneously. This can increase message processing speed and share the load.

  • Ack Mode: It determines whether the consumer acknowledges the message to the system after successfully processing a message. This determines whether the message will be deleted from the queue or topic.