Slide 40
Slide 40 text
40
Deploying in the cloud
● A region is a collection of nearby data centers, cross region clusters are
discouraged.
● Stretch your cluster over 3 availability zones in your region, making your cluster
more resilient.
● Think about your storage, instance, volumes (EBS) or temporary storage?
○ Faster recovery time?
○ Do I need replication.factor anymore if I have shared volumes (EBS)?
○ Is temporary storage of any benefit?
● Every cloud have network usage limitations, remember the
replica.fetch.min.bytes can be of help here.