aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-12-01 07:52:50 +0100
committerStaffan Olsson <staffan@repos.se>2017-12-01 08:03:03 +0100
commit1d335c9a9a6652a09a0df977a1991edca59c72f8 (patch)
treeaf7e415c8866609bb97bfe1a558c9957412b7f96 /README.md
parent99d22ad8a96a847928264f80c340931f37ee7376 (diff)
downloadkubernetes-kafka-1d335c9a9a6652a09a0df977a1991edca59c72f8.tar.gz
kubernetes-kafka-1d335c9a9a6652a09a0df977a1991edca59c72f8.tar.bz2
kubernetes-kafka-1d335c9a9a6652a09a0df977a1991edca59c72f8.zip
Removes some "platform" ideas from readme as they need real PRs
rather than a couple of sentences. In response to #103. Regarding Kafka Streams I no longer think we need examples, because any dockerized streams application can run as a deployment. An example of Kafka Connect would be useful, in particular the combination of a custom image (or one with stock connectors) and a Connect cluster manifest. This is tracked in #69, but not the relation to https://github.com/solsson/dockerfiles/tree/master/connect-* KSQL (#68) is highly interesting.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 526b7d5..c349564 100644
--- a/README.md
+++ b/README.md
@@ -60,8 +60,6 @@ kubectl -n kafka logs kafka-0 | grep "Registered broker"
```
That's it. Just add business value :wink:.
-For clients we tend to use [librdkafka](https://github.com/edenhill/librdkafka)-based drivers like [node-rdkafka](https://github.com/Blizzard/node-rdkafka).
-To use [Kafka Connect](http://kafka.apache.org/documentation/#connect) and [Kafka Streams](http://kafka.apache.org/documentation/streams/) you may want to take a look at our [sample](https://github.com/solsson/dockerfiles/tree/master/connect-files) [Dockerfile](https://github.com/solsson/dockerfiles/tree/master/streams-logfilter)s.
## RBAC