Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lease: AWS S3 Object Locks #3

Open
Aaronontheweb opened this issue Jun 4, 2021 · 1 comment
Open

Lease: AWS S3 Object Locks #3

Aaronontheweb opened this issue Jun 4, 2021 · 1 comment
Labels
leases Akka.Coordination lease implementations

Comments

@Aaronontheweb
Copy link
Member

Is your feature request related to a problem? Please describe.
We should add an Akka.Coordination Lease implementation that uses a n S3 Object Lock as a coordination mechanism.

Describe the solution you'd like
A Lease that acquires an S3 Object Lock and quickly releases it, for use inside Akka.Cluster split brain resolvers et al.

Additional context
Again, this feature is going to require some automated integration testing unfortunately. We can use a low-service-tier S3 plan and run it that way or perhaps we can use a local S3 emulator such as https://github.com/atlassian/localstack or https://github.com/spulec/moto/

@Aaronontheweb Aaronontheweb added the leases Akka.Coordination lease implementations label Jun 4, 2021
@ismaelhamed
Copy link
Member

Minio also has a S3 compatible API, and in fact it's used for the integration tests in the Alpakka S3 connector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
leases Akka.Coordination lease implementations
Projects
None yet
Development

No branches or pull requests

2 participants