clintropolis commented on a change in pull request #10929:
URL: https://github.com/apache/druid/pull/10929#discussion_r588776852



##########
File path: 
integration-tests/src/main/java/org/apache/druid/testing/DockerConfigProvider.java
##########
@@ -317,6 +317,17 @@ public String getHistoricalInternalHost()
         return "druid-historical";
       }
 
+      @Override
+      public String getSchemaRegistryHost()
+      {
+        return dockerIp + ":8085";
+      }
+
+      @Override
+      public String getSchemaRegistryInternalHost()
+      {
+        return "schema-registry:8085";
+      }

Review comment:
       added javadoc to `DockerConfigProvider` indicating that the values 
should be kept in sync with the docker-compose files values.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to