clintropolis commented on code in PR #12852:
URL: https://github.com/apache/druid/pull/12852#discussion_r945207164
##########
server/src/main/java/org/apache/druid/segment/realtime/firehose/EventReceiverFirehoseFactory.java:
##########
@@ -79,6 +79,7 @@
* Builds firehoses that accept events through the {@link EventReceiver}
interface. Can also register these
* firehoses with an {@link ServiceAnnouncingChatHandlerProvider}.
*/
+@Deprecated
Review Comment:
I think it doesn't hurt to mark them all with `@Deprectated` since it
doesn't look like intellij visually marks them as deprecated (with the
strikethrough) if just the interface is deprecated.
--
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]