minio/internal/config/api
Praveen raj Mani 7c72b25ef0
Add an option to make bucket notifications synchronous (#17406)
With the current asynchronous behaviour in sending notification events
to the targets, we can't provide guaranteed delivery as the systems
might go for restarts.

For such event-driven use-cases, we can provide an option to enable
synchronous events where the APIs wait until the event is successfully
sent or persisted.

This commit adds 'MINIO_API_SYNC_EVENTS' env which when set to 'on'
will enable sending/persisting events to targets synchronously.
2023-06-20 17:38:59 -07:00
..
api.go Add an option to make bucket notifications synchronous (#17406) 2023-06-20 17:38:59 -07:00
help.go Add an option to make bucket notifications synchronous (#17406) 2023-06-20 17:38:59 -07:00