NEU
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / ChatBackendProperties.java
index 4724f6b..4d8f18d 100644 (file)
@@ -34,6 +34,8 @@ public class ChatBackendProperties
   @Setter
   public static class KafkaServicesProperties
   {
+    private String clientId;
+    private String bootstrapServers = ":9092";
     private String topic = "test";
     private int numPartitions = 2;
   }