mesos/kafka

[Question] Mesos version and kafka framework version

CBR09 opened this issue · 5 comments

CBR09 commented

Hi everyone,
I want to deploy Kafka on mesos and wonder what version of mesos work well with kafka framework (v0.9.5.1 or v0.10.0.0-rc0)?, any recommendation for production deployment?. I'm also deploy Spark on mesos to processing data. If anyone has production deployment: spark, kafka on mesos, could you show me what versions you are running?, it would really be useful to me.

Thanks in advance

I'd recommend using the latest version of mesos you can, but pretty much any version you can find should work fine. We actually run the scheduler on a 0.22.1 cluster, as well as a bunch of 1.0.2 clusters, but again, I'd highly recommend at least 0.28.0.

CBR09 commented

Thanks for your recommend, I will use the latest mesos 1.1.0, by the way, how stable is kafka v0.10.0.0-rc0 release?

Stable, we've been running it for about a month now in production without issues. However, #271 was just reported and fixed, I'm about to release rc1 to address it, I'd recommend going to that version.

CBR09 commented

Thank you, your work is amazing.