users:1.0.3 - application.server is derived from the local address
[demos/kafka/wordcount] / src / main / java / de / juplo / kafka / wordcount / users / UsersApplicationProperties.java
index 8218f99..cf88a95 100644 (file)
@@ -14,5 +14,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
 public class UsersApplicationProperties
 {
   private String bootstrapServer = "localhost:9092";
+  private String applicationId = "users";
   private String topic = "users";
 }