Für das Versenden wird das `KafkaTemplate` von Spring verwendet
[demos/kafka/training] / src / main / java / de / juplo / kafka / ApplicationProperties.java
index 1f30262..7b01334 100644 (file)
@@ -9,11 +9,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
 @Setter
 public class ApplicationProperties
 {
-  private String bootstrapServer;
   private String clientId;
   private String topic;
-  private String acks;
-  private Integer batchSize;
-  private Integer lingerMs;
-  private String compressionType;
 }