minio/internal/config/notify
Harshavardhana fbb5e75e01
avoid run-away goroutine build-up in notification send, use channels (#18533)
use memory for async events when necessary and dequeue them as
needed, for all synchronous events customers must enable

```
MINIO_API_SYNC_EVENTS=on
```

Async events can be lost but is upto to the admin to
decide what they want, we will not create run-away number
of goroutines per event instead we will queue them properly.

Currently the max async workers is set to runtime.GOMAXPROCS(0)
which is more than sufficient in general, but it can be made
configurable in future but may not be needed.
2023-12-05 02:16:33 -08:00
..
config.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
help.go feat: support elasticsearch notification endpoint compression codec (#18562) 2023-11-30 00:25:03 -08:00
legacy.go feat: support elasticsearch notification endpoint compression codec (#18562) 2023-11-30 00:25:03 -08:00
parse.go avoid run-away goroutine build-up in notification send, use channels (#18533) 2023-12-05 02:16:33 -08:00