Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into refactor-exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmontrieux authored Sep 4, 2018
2 parents 0d57410 + 0fdb7ed commit 99bdd9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ You can run the project locally using [Docker](https://www.docker.com/).

### Dependencies

The Nakadi server is a Java 8 [Spring Boot](http://projects.spring.io/spring-boot/) application.
It uses [Kafka 0.10.2](http://kafka.apache.org/0102/documentation.html) as its broker and
[PostgreSQL 9.5](http://www.postgresql.org/docs/9.5/static/release-9-5.html) as its supporting database.
The Nakadi server is a Java 8 [Spring Boot](https://projects.spring.io/spring-boot/) application.
It uses [Kafka 1.1.1](https://kafka.apache.org/11/documentation.html) as its broker and
[PostgreSQL 9.5](https://www.postgresql.org/docs/9.5/static/release-9-5.html) as its supporting database.

Nakadi requires recent versions of docker and docker-compose. In
particular, docker-compose >= v1.7.0 is required. See [Install Docker
Expand Down
1 change: 1 addition & 0 deletions docs/_documentation/using_clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Nakadi does not ship with a client, but there are some open source clients avail
| nakadi-client | Haskell | <https://nakadi-client.haskell.silverratio.net> |
| go-nakadi | Go | <https://github.com/stoewer/go-nakadi> |
| nakacli | CLI | <https://github.com/amrhassan/nakacli> |
| pyNakadi | Python | <https://github.com/eiunkar/pyNakadi> |


More Nakadi related projects can be found here [https://github.com/zalando-nakadi](https://github.com/zalando-nakadi)
Expand Down

0 comments on commit 99bdd9d

Please sign in to comment.