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.
- One-to-many messaging. The ESB integration runtime can place a message in a topic and many other parties can consume it.
- Distributing event notifications - The ESB integration runtime can send events to Google Pub Sub and interested event listeners will get triggered.
- Streaming sensor data to Google cloud using the ESB integration runtime.
- 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".
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¶
-
Setting up the Google Pub/Sub Environment: You need to first generate user credentials and access tokens in order to interact with Google PubSub.
-
Google Pub/Sub Connector Example: This example demonstrates how to work with the Google Pub/Sub Connector.
-
Google Pub/Sub Connector Reference: This documentation provides a reference guide for the Google Pub/Sub Connector.
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