capistrant commented on code in PR #18424:
URL: https://github.com/apache/druid/pull/18424#discussion_r2334376146
##########
server/src/main/java/org/apache/druid/initialization/CoreInjectorBuilder.java:
##########
@@ -137,4 +137,52 @@ public CoreInjectorBuilder forServer()
);
return this;
}
+
+ /**
+ * Rough bridge solution for Hadoop indexing that needs server-like Injector
but can't run jetty 12
+ */
+ @Deprecated
Review Comment:
Sure, I will remove. I guess I was trying to discourage anything else from
using this instead of just being compatible with jetty. Although, no such thing
currently exists.
--
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]