Hi, I know that Netflix might be talking about "Kafka on AWS" at the March meetup, but I wanted to bring up the topic anyway.
I'm sure that some people are running Kafka in AWS. Is anyone running Kafka within docker in production? How does that work? For both of these, how do you persist data? If on AWS, do you use EBS? Do you use ephemeral storage and then rely on replication? And if using docker, do you persist data outside the docker container and on the host machine? And related, how do you deal with broker failure? Do you simply replace it, and repopulate a new broker via replication? Or do you bring back up the broker with the persisted files? Trying to learn about what people are doing, beyond "on premises and dedicated hardware". Thanks, -James