Implementierung vereinfacht: Auf das Nötigste zusammengekürzt
[demos/kafka/training] / src / main / java / de / juplo / kafka / ApplicationConfiguration.java
index b58295f..c1bc019 100644 (file)
@@ -39,9 +39,7 @@ public class ApplicationConfiguration
         recordHandler,
         adderResults,
         stateRepository,
-        properties.getClientId(),
-        Clock.systemDefaultZone(),
-        properties.getCommitInterval());
+        properties.getClientId());
   }
 
   @Bean