Jackie-Jiang commented on code in PR #11326:
URL: https://github.com/apache/pinot/pull/11326#discussion_r1291890991


##########
pinot-spi/src/main/java/org/apache/pinot/spi/stream/StreamConsumerFactory.java:
##########
@@ -51,6 +51,7 @@ void init(StreamConfig streamConfig) {
    * @param groupId consumer group Id
    * @return the stream level consumer
    */
+  @Deprecated
   public abstract StreamLevelConsumer createStreamLevelConsumer(String 
clientId, String tableName,

Review Comment:
   We can provide a default implementation of throwing 
`UnsupportedOperationException` and remove all the overrides



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to