Google PubSub Connector Overview¶
The Google Pub/Sub connector allows you to access the Google Cloud Pub/Sub API Version v1 through WSO2 EI. 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 WSO2 EI mediation. It facilitates to achieve the following use-cases.
- One-to-many messaging. WSO2 EI can place a message in a topic and many other parties can consume it.
- Distributing event notifications - WSO2 EI can send events to Google Pub Sub and interested event listeners will get triggered.
- Streaming sensor data to Google cloud using WSO2 EI
- Reliability improvement in processing messages. Messages received by WSO2 EI can be sent to Google Pub Sub and later received and processed by an WSO2 EI 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 WSO2 EI version |
---|---|
1.0.2 | 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 WSO2 EI 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, WSO2 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