mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Docs 860 part2: persistant queues (#883)
Docs updates for persistent queues added in https://github.com/minio/minio/pull/17121 Kafka bit needs additional attention, see https://github.com/minio/docs/issues/886 Staged: http://192.241.195.202:9000/staging/DOCS-860-part2/linux/html/reference/minio-server/minio-server.html#logging http://192.241.195.202:9000/staging/DOCS-860-part2/linux/html/reference/minio-mc-admin/mc-admin-config.html#http-webhook-log-target Partly addresses https://github.com/minio/docs/issues/860
This commit is contained in:
@ -96,7 +96,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the AMQP
|
||||
service is offline and replays the directory when connectivity resumes.
|
||||
service is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-amqp-queue-dir
|
||||
|
||||
@ -205,7 +205,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the MQTT
|
||||
server/broker is offline and replays the directory when connectivity resumes.
|
||||
server/broker is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-mqtt-queue-dir
|
||||
|
||||
@ -302,7 +302,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the Elasticsearch
|
||||
service is offline and replays the directory when connectivity resumes.
|
||||
service is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-elasticsearch-queue-dir
|
||||
|
||||
@ -360,7 +360,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the NSQ
|
||||
server/broker is offline and replays the directory when connectivity resumes.
|
||||
server/broker is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-nsq-queue-dir
|
||||
|
||||
@ -439,7 +439,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the Redis
|
||||
server/broker is offline and replays the directory when connectivity resumes.
|
||||
server/broker is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-redis-queue-dir
|
||||
|
||||
@ -584,7 +584,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the NATS
|
||||
server/broker is offline and replays the directory when connectivity resumes.
|
||||
server/broker is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-nats-queue-dir
|
||||
|
||||
@ -672,7 +672,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the PostgreSQL
|
||||
server/broker is offline and replays the directory when connectivity resumes.
|
||||
server/broker is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-postgresql-queue-dir
|
||||
|
||||
@ -771,7 +771,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the MySQL
|
||||
server/broker is offline and replays the directory when connectivity resumes.
|
||||
server/broker is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-mysql-queue-dir
|
||||
|
||||
@ -926,7 +926,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the Kafka
|
||||
server/broker is offline and replays the directory when connectivity resumes.
|
||||
server/broker is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-kafka-queue-dir
|
||||
|
||||
@ -992,7 +992,7 @@ Specify the directory path to enable MinIO's persistent event store for
|
||||
undelivered messages, such as ``/home/events``.
|
||||
|
||||
MinIO stores undelivered events in the specified store while the webhook
|
||||
service is offline and replays the directory when connectivity resumes.
|
||||
service is offline and replays the stored events when connectivity resumes.
|
||||
|
||||
.. end-minio-notify-webhook-queue-dir
|
||||
|
||||
@ -1021,4 +1021,4 @@ Defaults to ``on``.
|
||||
Ensure you have at least one other admin user, such as one with the :userpolicy:`consoleAdmin` policy, before disabling the root account.
|
||||
If you do not have another admin user, disabling the root account locks administrative access to the deployment.
|
||||
|
||||
.. end-minio-root-api-access
|
||||
.. end-minio-root-api-access
|
||||
|
Reference in New Issue
Block a user