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

Can't use level party with aws efs #30

Open
saadshahd opened this issue Apr 22, 2021 · 0 comments
Open

Can't use level party with aws efs #30

saadshahd opened this issue Apr 22, 2021 · 0 comments
Labels
help wanted Extra attention is needed question Support or open question(s)

Comments

@saadshahd
Copy link

saadshahd commented Apr 22, 2021

Hi, Thanks for the amazing library.

I'm using LevelDB as embedded storage to do stateful stream processing.
I mount an AWS EFS storage into my docker containers which are running using AWS ECS Fargate.

The issue is the EFS uses nfsv4 which doesn't support persisting/sharing the virtual file (Unix socket).

I ended up using a giant container that spins a dozen of processes but this is a so limiting solution. I wonder if there are any other approaches that I can try out.

Thanks in advance.

@vweevers vweevers added help wanted Extra attention is needed question Support or open question(s) labels Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Support or open question(s)
Projects
Status: Backlog
Development

No branches or pull requests

2 participants