Skip to content

Commit

Permalink
Update Format option description in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cisetn committed Jul 19, 2024
1 parent b82e611 commit 05fe4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ bash make.sh build_linux
| ----------------|------------------------------------------------|----------------|
| Project | Google Cloud project ID | NONE(required) |
| Topic | Google Cloud Pub/Sub topic name | NONE(required) |
| Format | The format to encode the message. Supported formats are json and map(only value) | map (optional) |
| Format | The type of message to be sent to pubsub. Currently, only `json` is supported. | NONE(optional) |
| Attributes | JSON string specifying message attributes | NONE(optional) |
| Debug | Print debug log | false(optional) |
| Timeout | The maximum time that the client will attempt to publish a bundle of messages. (millsecond) | 60000 (optional)|
Expand Down

0 comments on commit 05fe4c9

Please sign in to comment.