1 package de.juplo.kafka;
5 import org.springframework.boot.context.properties.ConfigurationProperties;
8 @ConfigurationProperties(prefix = "consumer")
11 public class ApplicationProperties
13 private String bootstrapServer;
14 private String groupId;
15 private String clientId;
17 private String autoOffsetReset;