From 779312741c66c162673e414c041464478b93dc5a Mon Sep 17 00:00:00 2001 From: "Filipponi, Luca (ELS)" Date: Sun, 29 Sep 2019 13:07:42 +0100 Subject: [PATCH] improved readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8953cb6..e0cd72c 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file