kfaraz commented on code in PR #17382:
URL: https://github.com/apache/druid/pull/17382#discussion_r1808283885
##########
server/src/main/java/org/apache/druid/rpc/guice/ServiceClientModule.java:
##########
@@ -117,4 +115,11 @@ public CoordinatorClient makeCoordinatorClient(
jsonMapper
);
}
+
+ public static ServiceClientFactory getServiceClientFactory(@EscalatedGlobal
final HttpClient httpClient)
Review Comment:
Super nit: Probably should be named the other way around.
This method should be called `makeServiceClientFactory` and the other one
`getServiceClientFactory`.
--
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]