noob-se7en commented on code in PR #15261:
URL: https://github.com/apache/pinot/pull/15261#discussion_r2014042141


##########
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/ingestion/StreamIngestionConfig.java:
##########
@@ -43,6 +43,12 @@ public class StreamIngestionConfig extends BaseJsonConfig {
   @JsonPropertyDescription("Whether pauseless consumption is enabled for the 
table")
   private boolean _pauselessConsumptionEnabled = false;
 
+  @JsonPropertyDescription("Enforce consumption of segments in order of 
segment creation by the controller")
+  private boolean _enforceConsumptionInOrder = false;

Review Comment:
   We initially decided to keep it default false for backward compatibility. 
   @KKcorps 
   
   I think we should keep it false by default atleast until rebalancing 
edge-case is fully solved.



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