KKcorps commented on code in PR #14741:
URL: https://github.com/apache/pinot/pull/14741#discussion_r1901448181


##########
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/IndexingConfig.java:
##########
@@ -459,4 +460,12 @@ public Set<String> getAllReferencedColumns() {
     }
     return allColumns;
   }
+
+  public boolean isPauselessConsumptionEnabled() {

Review Comment:
   I think we can remove this. It is fine to just keep in StreamIngestionConfig 
and don't support IndexingConfig for backward compatibility.



-- 
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]

Reply via email to