WIP
[demos/kafka/wordcount] / src / main / java / de / juplo / kafka / wordcount / top10 / Top10ApplicationProperties.java
index 9eca7aa..3aaa5ab 100644 (file)
@@ -14,7 +14,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
 public class Top10ApplicationProperties
 {
   private String bootstrapServer = "localhost:9092";
-  private String schemaRegistry = "https://schema-registry:9081/";
+  private String schemaRegistry = "http://schema-registry:9081/";
   private String applicationId = "top10";
   private String inputTopic = "countings";
   private String outputTopic = "top10";