noob-se7en commented on code in PR #15261: URL: https://github.com/apache/pinot/pull/15261#discussion_r2008211190
########## 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: > and another config to force it even if it is not dedup or partial upsert. why? _enforceConsumptionInOrder makes ingestion slow. What benefit it will have for cases where dedup or partial upsert is disabled? -- 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