party icon indicating copy to clipboard operation
party copied to clipboard

Can't use level party with aws efs

Open saadshahd opened this issue 4 years ago • 0 comments

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.

saadshahd avatar Apr 22 '21 17:04 saadshahd