refactor: Pushed sharding one layer down in the architecture
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / persistence / AbstractInMemoryStorageIT.java
index dd76324..a68445b 100644 (file)
@@ -24,6 +24,7 @@ public abstract class AbstractInMemoryStorageIT extends AbstractStorageStrategyI
       InMemoryChatHomeService chatHomeService = new InMemoryChatHomeService(
           1,
           new int[] { 0 },
+          id -> 0,
           getStorageStrategy().read());
 
       InMemoryChatRoomFactory chatRoomFactory = new InMemoryChatRoomFactory(