From 315317f5e3992a6a56be8e670fa571df41a6b506 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Fri, 28 Jul 2017 09:44:48 +0200 Subject: Shorter still --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 534e7d9..6191eda 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,15 @@ Zookeeper at `zookeeper.kafka.svc.cluster.local:2181`. ## Set up Zookeeper -The Kafka book (Definitive Guide, O'Reilly 2016) recommends that Kafka has its own Zookeeper cluster with at least 5 instances. -We use the zookeeper build that comes with the Kafka distribution, and tweak the startup command to support StatefulSet. +The [Kafka book](https://www.confluent.io/resources/kafka-definitive-guide-preview-edition/) recommends that Kafka has its own Zookeeper cluster with at least 5 instances. ``` kubectl create -f ./zookeeper/ ``` -## Start Kafka +To support automatic migration in the face of availability zone unavailability :wink: we mix persistent and ephemeral storage. -Assuming you have your PVCs `Bound`, or enabled automatic provisioning (see above), go ahead and: +## Start Kafka ``` kubectl create -f ./ -- cgit v1.2.3