aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-07-28 09:38:42 +0200
committerStaffan Olsson <staffan@repos.se>2017-07-28 09:50:23 +0200
commitdfa82bd6e56e9edc3d7cbcfabe86427d68aa2d61 (patch)
tree06bd77a22a3be2c0c926c8b9b78f6386998e8948
parent36a36032acac13aa4b340557fcf4c1d1a9c053ee (diff)
downloadkubernetes-kafka-dfa82bd6e56e9edc3d7cbcfabe86427d68aa2d61.tar.gz
kubernetes-kafka-dfa82bd6e56e9edc3d7cbcfabe86427d68aa2d61.tar.bz2
kubernetes-kafka-dfa82bd6e56e9edc3d7cbcfabe86427d68aa2d61.zip
Shorter
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index dd16bc7..534e7d9 100644
--- a/README.md
+++ b/README.md
@@ -12,18 +12,14 @@ How to use:
* Join the discussion here in issues and PRs.
Why?
-No single readable readme can properly introduce both Kafka and Kubernets.
-We started this project as beginners with both,
-and by now our microservices enjoy lock-in with this "Streaming Platform" :smile:.
-We read [Designing Data-Intensive Applications](http://dataintensive.net/)
-and the [Confluent blog](https://www.confluent.io/blog/).
+See for yourself. No single readable readme can properly introduce both Kafka and Kubernets.
+Back when we read [Newman](http://samnewman.io/books/building_microservices/) we were beginners with both.
+Now we read [Kleppmann](http://dataintensive.net/), [Confluent's blog](https://www.confluent.io/blog/) and [SRE](https://landing.google.com/sre/book.html) and enjoy this "Streaming Platform" lock-in :smile:.
## What you get
-[Bootstrap servers](http://kafka.apache.org/documentation/#producerconfigs):
-```
-kafka-0.broker.kafka.svc.cluster.local:9092,kafka-1.broker.kafka.svc.cluster.local:9092,kafka-2.broker.kafka.svc.cluster.local:9092`
-```
+[Bootstrap servers](http://kafka.apache.org/documentation/#producerconfigs): `kafka-0.broker.kafka.svc.cluster.local:9092,kafka-1.broker.kafka.svc.cluster.local:9092,kafka-2.broker.kafka.svc.cluster.local:9092`
+`
Zookeeper at `zookeeper.kafka.svc.cluster.local:2181`.