README.md in fluent-plugin-gcloud-pubsub-custom-1.3.2 vs README.md in fluent-plugin-gcloud-pubsub-custom-1.4.0

- old
+ new

@@ -79,9 +79,11 @@ - Running fluentd on GCP, you can use scope instead of specifying this. - You can also use environment variable such as `GCLOUD_KEYFILE`. - `topic` (required) - Set topic name to publish. - You can use placeholder in this param. See: https://docs.fluentd.org/v1.0/articles/buffer-section +- `dest_project` (optional, default: `nil`) + - Set your destination GCP project if you publish messages cross project. - `autocreate_topic` (optional, default: `false`) - If set to `true`, specified topic will be created when it doesn't exist. - `max_messages` (optional, default: `1000`) - Publishing messages count per request to Cloud Pub/Sub. - See https://cloud.google.com/pubsub/quotas#other_limits