minio/internal/store
Praveen raj Mani 261111e728
Kafka notify: support batched commits for queue store (#20377)
The items will be saved per target batch and will
be committed to the queue store when the batch is full

Also, periodically commit the batched items to the queue store
based on configured commit_timeout; default is 30s;

Bonus: compress queue store multi writes
2024-09-06 16:06:30 -07:00
..
batch.go Kafka notify: support batched commits for queue store (#20377) 2024-09-06 16:06:30 -07:00
batch_test.go Kafka notify: support batched commits for queue store (#20377) 2024-09-06 16:06:30 -07:00
queuestore.go Kafka notify: support batched commits for queue store (#20377) 2024-09-06 16:06:30 -07:00
queuestore_test.go Kafka notify: support batched commits for queue store (#20377) 2024-09-06 16:06:30 -07:00
store.go Kafka notify: support batched commits for queue store (#20377) 2024-09-06 16:06:30 -07:00
store_test.go Kafka notify: support batched commits for queue store (#20377) 2024-09-06 16:06:30 -07:00