Google PubSub Connector Overview

The Google Pub/Sub connector allows you to access the Google Cloud Pub/Sub API Version v1 from an integration sequence. Google Cloud Pub/Sub is a fully-managed real-time messaging service that allows you to send and receive messages between independent applications.

The Google Pub/Sub Connector allows developers to make asynchronous messaging flows inside the mediation. It facilitates the following use-cases.

  1. One-to-many messaging. The ESB integration runtime can place a message in a topic and many other parties can consume it.
  2. Distributing event notifications - The ESB integration runtime can send events to Google Pub Sub and interested event listeners will get triggered.
  3. Streaming sensor data to Google cloud using the ESB integration runtime.
  4. Reliability improvement in processing messages. Messages received by the ESB integration runtime can be sent to Google Pub Sub and later received and processed by a ESB integration runtime in a different region.

Inspired from: Google Pub/Sub docs

To see the Google Pub/Sub Connector, navigate to the connector store and search for "pubsub".

Google PubSub Connector Store

Compatibility

Connector Version Supported product versions
1.0.2 APIM 4.0.0, EI 7.1.0, EI 7.0.x, EI 6.6.0, EI 6.5.0

For older versions, see the details in the connector store.

Google Pub/Sub Connector documentation

How to contribute

As an open source project, ESB extensions welcome contributions from the community.

To contribute to the code for this connector, create a pull request in the following repository.

Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.

Top