google-pubsub

command module
v0.0.0-...-8835833 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

README


{ "image": "direktiv/google-pubsub", "desc": "Writes a message to Google's Pubsub service." }

Google Pubsub

Writes a message to Google's Pubsub service.

Direktiv

An example workflow of writing 'Hello World!' to the service.

id: write-helloworld
functions:
- id: write
  image: direktiv/google-pubsub:v1
description: "Writes 'Hello World!' to Google Pubsub service."
states:
- id: write-message
  type: action
  action:
    function: write
    input: jq(.)

Input

The input required to run the above workflow properly is the following:

input:
  serviceAccountKey: jq(.secrets.SERVICE_ACCOUNT_KEY)
  message: "Hello World!"
  "project-id": "direktiv"
  "topic-id: "listener"
  attributes: 
      weight: "1"

NOTE: The attributes field is optional its used for filtering. It is also a map of string to string.

Output

If the action is successful, no output will be returned.

Error

In the case that an error is encountered, it will present in the following format:

{
    "errorCode": "com.google-pubsub.error",
    "errorMsg": "Something went wrong"
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL