Skip to content

Commit

Permalink
Update readme with kafka setup (cadence-workflow#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu authored May 23, 2018
1 parent 4d89c79 commit 1ccd134
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ make bins

## Testing

Before running the tests you must have `cassandra` running locally:
Before running the tests you must have `cassandra` and `kafka` running locally:

```bash
# for OS X
Expand All @@ -62,6 +62,8 @@ brew install cassandra
/usr/local/bin/cassandra
```

To run kafka, follow kafka quickstart guide [here](https://kafka.apache.org/quickstart)

Run all the tests:

```bash
Expand Down

0 comments on commit 1ccd134

Please sign in to comment.