arjun4084346 commented on a change in pull request #3281:
URL: https://github.com/apache/gobblin/pull/3281#discussion_r643381054
##########
File path:
gobblin-restli/gobblin-restli-utils/src/main/java/org/apache/gobblin/restli/EmbeddedRestliServer.java
##########
@@ -69,6 +70,7 @@
* * name - defaults to the name of the first resource in the resource
collection.
* * injector - an {@link Injector} to inject dependencies into the Rest.li
resources.
*/
+@Singleton
Review comment:
So, only one instance of this class is needed? If we pass different
injector (or other params), then also it reuses the existing instance?
--
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]