AWS EFS

2016-06-29 Thread Ben Davison
Does anyone have any opinions on this? https://aws.amazon.com/blogs/aws/amazon-elastic-file-system-production-ready-in-three-regions/ Looks interesting, just wondering if anyone else uses NFS mounts with Kafka? Thanks, Ben -- This email, including attachments, is private and confidential. If

Re: AWS EFS

2016-06-29 Thread Tom Crayford
I think you'll be far better off using EBS and Kafka's inbuilt distribution than NFS mounts. Kafka's designed for distributing data natively, and not for NFS style mounts. On Wed, Jun 29, 2016 at 11:46 AM, Ben Davison wrote: > Does anyone have any opinions on this? > > https://aws.amazon.com/blo

Re: AWS EFS

2016-07-11 Thread Pete Wright
On Wed, Jun 29, 2016 at 01:30:34PM +0100, Tom Crayford wrote: > I think you'll be far better off using EBS and Kafka's inbuilt distribution > than NFS mounts. Kafka's designed for distributing data natively, and not > for NFS style mounts. > I did some initial benchmarking of amazon EFS and agree