KKcorps commented on code in PR #13113:
URL: https://github.com/apache/pinot/pull/13113#discussion_r1597907740
##########
pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisConfig.java:
##########
@@ -67,7 +67,7 @@ public class KinesisConfig {
// TODO: this is a starting point, until a better default is figured out
public static final String DEFAULT_MAX_RECORDS = "20";
- public static final String DEFAULT_SHARD_ITERATOR_TYPE =
ShardIteratorType.LATEST.toString();
+ public static final String DEFAULT_INIT_SHARD_ITERATOR_TYPE =
ShardIteratorType.TRIM_HORIZON.toString();
Review Comment:
yes, that is the terminology for EARLIEST in Kinesis
--
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]