Pub/Sub
Kubemq gcp-pubsub target connector allows services using kubemq server to access google pubsub server.
Prerequisites
The following required to run the gcp-pubsub target connector:
kubemq cluster
gcp-pubsub set up
kubemq-source deployment
Configuration
pubsub target connector configuration properties:
Properties Key | Required | Description | Example |
project_id | yes | gcp firestore project_id | "/myproject" |
credentials | yes | gcp credentials files | "<google json credentials" |
retries | no | number of sending retires | retries number |
Example:
Usage
Send Message
send a message to pub sub
Send Message metadata setting:
Metadata Key | Required | Description | Possible values |
topicID | yes | the name of the topicID to sent to | valid topicID |
tags | no | type of method | key value string |
Example with tags:
Example without tags:
Last updated