WIP master
authorKai Moritz <kai@juplo.de>
Sat, 23 Oct 2021 21:04:16 +0000 (23:04 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 23 Oct 2021 21:04:16 +0000 (23:04 +0200)
src/main/java/de/juplo/kafka/seek/Consumer.java

index 836ca13..77e156b 100644 (file)
@@ -125,7 +125,7 @@ public class Consumer implements Runnable
   public synchronized void stop() throws ExecutionException, InterruptedException
   {
     if (!running)
-      throw new RuntimeException("Consumier instance " + id + " is not running!");
+      throw new RuntimeException("Consumer instance " + id + " is not running!");
 
     log.info("Stopping {}", id);
     running = false;