Umstellung des Nachrichten-Datentyps auf Long zurückgenommen
[demos/kafka/training] / src / main / java / de / juplo / kafka / EndlessConsumer.java
index ce5dd72..f9a9629 100644 (file)
@@ -236,7 +236,7 @@ public class EndlessConsumer<K, V> implements ConsumerRebalanceListener, Runnabl
     }
   }
 
-  public synchronized void stop() throws ExecutionException, InterruptedException
+  public synchronized void stop() throws InterruptedException
   {
     lock.lock();
     try