uds5501 commented on code in PR #18413:
URL: https://github.com/apache/druid/pull/18413#discussion_r2293546106
##########
embedded-tests/src/test/java/org/apache/druid/testing/embedded/docker/CustomNodeRoleDockerTest.java:
##########
@@ -89,5 +89,17 @@ public Map<String, String> getDefaultProperties()
{
return Map.of();
}
+
+ @Override
+ public Integer getExposedOperatorPort()
+ {
+ return 9302;
+ }
+
+ @Override
+ public Map<String, String> getOperatorConfiguration()
+ {
+ return Map.of();
+ }
Review Comment:
Yeah I am pushing the final changes, earlier commit was WIP
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]