v.24.2Improvement
Allow Starting Point Definition for S3Queue in Ordered Mode
Allow to define a starting point for S3Queue with Ordered mode at the creation using a setting s3queue_last_processed_path. #59446 (Kseniia Sumarokova).Why it matters
This feature allows users to specify the last processed position when initializing anS3Queue in Ordered mode, enabling better control over queue processing and recovery in workloads involving S3 storage.How to use it
When creating anS3Queue in Ordered mode, use the s3queue_last_processed_path setting to provide the path to the last processed item. This setting indicates the starting point for queue processing, allowing resumption from a specific offset.