party
party copied to clipboard
Can't use level party with aws efs
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.