Skip to content

Commit

Permalink
improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipponi, Luca (ELS) committed Sep 29, 2019
1 parent a81c0f4 commit 7793127
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,18 @@ You can build your own jar using sbt:
sbt clean assembly
```

This will run tests as well (will take less than a minute). You can skip test in this way:
This will run tests as well (will take less than a minute).

You can skip test in this way (but you shouldn't):

```
sbt "set test in assembly := {}" clean assembly
```

### Known issues

If the kafka-message-seeker can't connect to the broker will timeout after a while this error:

```
Exception in thread "main" org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata
```

0 comments on commit 7793127

Please sign in to comment.