Für PUT anstelle von POST wird eine `FooMessage` als `foo` verschickt
[demos/kafka/training] / src / main / java / de / juplo / kafka / ApplicationProperties.java
index ab26890..1f30262 100644 (file)
@@ -13,5 +13,7 @@ public class ApplicationProperties
   private String clientId;
   private String topic;
   private String acks;
-  private int throttleMs;
+  private Integer batchSize;
+  private Integer lingerMs;
+  private String compressionType;
 }