refactor: `RestProducer` wird explizit erzeugt
[demos/kafka/training] / src / main / java / de / juplo / kafka / ApplicationProperties.java
index ab26890..c74f588 100644 (file)
@@ -12,6 +12,9 @@ public class ApplicationProperties
   private String bootstrapServer;
   private String clientId;
   private String topic;
+  private Integer partition;
   private String acks;
-  private int throttleMs;
+  private Integer batchSize;
+  private Integer lingerMs;
+  private String compressionType;
 }