Skip to content

Commit

Permalink
Removes some "platform" ideas from readme as they need real PRs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
solsson committed Dec 1, 2017
1 parent 99d22ad commit 1d335c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1d335c9

Please sign in to comment.