Skip to content

Commit

Permalink
Typo in MySQL notification doc (minio#8807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebozduman authored and harshavardhana committed Jan 13, 2020
1 parent 627fdfe commit d74818b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bucket/notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ MINIO_NOTIFY_MYSQL_QUEUE_LIMIT (number) maximum limit for undeliver
MINIO_NOTIFY_MYSQL_COMMENT (sentence) optionally add a comment to this setting
```

`dns_string` is optional, if not specified, the connection information specified by the `host`, `port`, `user`, `password` and `database` parameters are used.
`dsn_string` is optional, if not specified, the connection information specified by the `host`, `port`, `user`, `password` and `database` parameters are used.

MinIO supports persistent event store. The persistent store will backup events when the MySQL connection goes offline and replays it when the broker comes back online. The event store can be configured by setting the directory path in `queue_dir` field and the maximum limit of events in the queue_dir in `queue_limit` field. For eg, the `queue_dir` can be `/home/events` and `queue_limit` can be `1000`. By default, the `queue_limit` is set to 10000.

Expand Down

0 comments on commit d74818b

Please sign in to comment.