WIP
authorKai Moritz <kai@juplo.de>
Wed, 13 Oct 2021 20:47:08 +0000 (22:47 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 13 Oct 2021 20:47:08 +0000 (22:47 +0200)
src/main/java/de/juplo/kafka/wordcount/users/UsersApplicationProperties.java

index b10f642..0ad4880 100644 (file)
@@ -14,6 +14,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
 public class UsersApplicationProperties
 {
   private String bootstrapServer = "localhost:9092";
-  private String schemaRegistry = "https://schema-registry:9081/";
+  private String schemaRegistry = "http://schema-registry:9081/";
   private String topic = "users";
 }