Re: Kafka disk recommendation for production cluster

2018-07-12 Thread Ali Nazemian
I meant because there is no actual Raid Controller for running Raid on cloud, it is basically Software Based Raid [1]. [1] https://en.wikipedia.org/wiki/RAID#Software-based On Thu, Jul 12, 2018 at 6:29 PM M. Manna wrote: > From all cases I know so far (including RDBMS storage solution), RAID 1

Re: Kafka disk recommendation for production cluster

2018-07-12 Thread M. Manna
>From all cases I know so far (including RDBMS storage solution), RAID 10 has been the choice. Also, the replication you are mentioning is the s/w replication nothing to do with RAID 0 setup. On 11 July 2018 at 23:59, Ali Nazemian wrote: > Thanks. As this proposal is not available for the vers

Re: Kafka disk recommendation for production cluster

2018-07-11 Thread Ali Nazemian
Thanks. As this proposal is not available for the version of Kafka that we are using, we should go with Raid option, but the question is how is it acceptable to use Software Raid0 on a cloud infrastructure? On Thu, 12 Jul. 2018, 08:02 M. Manna, wrote: > Dong Lin's KIP - > > https://cwiki.apache.

Re: Kafka disk recommendation for production cluster

2018-07-11 Thread M. Manna
Dong Lin's KIP - https://cwiki.apache.org/confluence/display/KAFKA/KIP-112%3A+Handle+disk+failure+for+JBOD Should give you some ideas. On 11 July 2018 at 14:31, Ali Nazemian wrote: > Hi All, > > I was wondering what the disk recommendation is for Kafka cluster? Is it > acceptable to use RAID0 i