jgroups-extras / jgroups-aws

Discovery protocol for JGroups using AWS S3 buckets as cluster information store
http://jgroups.org
Apache License 2.0
13 stars 11 forks source link

aws s3 ping jgroups data cleanup #322

Open shkmaaz11 opened 4 months ago

shkmaaz11 commented 4 months ago

Is there a way we could cleanup the old jgroups data in s3 bucket?

rhusar commented 2 months ago

@shkmaaz11 The S3_PING extends the FILE_PING protocol. That one exposes configuration options for deleting data using remove_old_coords_on_view_change and remove_all_data_on_view_change. But I am not sure if this satisfies your request.