NEU
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / ChatBackendProperties.java
index 4d8f18d..73fa719 100644 (file)
@@ -40,7 +40,7 @@ public class ChatBackendProperties
     private int numPartitions = 2;
   }
 
-  public enum ServiceType { inmemory }
+  public enum ServiceType { inmemory, kafka }
   public enum StorageStrategyType { files, mongodb }
   public enum ShardingStrategyType { none, kafkalike }
 }