The Google Cloud Pub/Sub connector can be used to forward data to Google Cloud Pub/Sub. It can be applied to process device data with Google Cloud Pub/Sub and use it further in the Google ecosystem. The Google Cloud Pub/Sub connector is available on both Data Flow and Rule Engine.
Cloud Pub/Sub is a fully managed, real-time messaging service that allows to asynchronously send and receive messages between independent applications.
In order to send data to Google Cloud Pub/Sub, you first need to setup a Pub/Sub Topic and assign the Pub/Sub Publisher role to the akenza service account [email protected].
Optionally: The custom payload can be selected for making use of templated payload in the desired structure. If the custom payload is not selected, the whole data sample will be forwarded.
A tutorial on "How to send data to Google Cloud Pub/Sub" can be found here.