You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Data Prepper 2.4 supports deleting S3 objects when using S3 scan when delete_s3_objects_on_read is configured. SQS messages received by S3 source are processed but the underlying S3 objects are not deleted even after successful processing. Delete only works with end-to-end acknowledgements for S3 scan.
Describe the solution you'd like
Support deleting underlying S3 objects for SQS case in S3 source.
Additional context
The current delete functionality is performed by calling S3ObjectDeleteWorker from S3ObjectWorker. The delete logic can be moved to S3ObjectWorker.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Data Prepper 2.4 supports deleting S3 objects when using S3 scan when
delete_s3_objects_on_read
is configured. SQS messages received by S3 source are processed but the underlying S3 objects are not deleted even after successful processing. Delete only works with end-to-end acknowledgements for S3 scan.Describe the solution you'd like
Support deleting underlying S3 objects for SQS case in S3 source.
Additional context
The current delete functionality is performed by calling S3ObjectDeleteWorker from S3ObjectWorker. The delete logic can be moved to
S3ObjectWorker
.The text was updated successfully, but these errors were encountered: