File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ processingLanguage = python/2.7
24
24
# Valid options at TRIM_HORIZON or LATEST.
25
25
# See http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#API_GetShardIterator_RequestSyntax
26
26
initialPositionInStream = TRIM_HORIZON
27
- # See 'Timestamp' under http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#API_GetShardIterator_RequestSyntax
27
+
28
+ # To specify an initial timestamp from which to start processing records, please specify timestamp value for 'initiatPositionInStreamExtended',
29
+ # and uncomment below line with right timestamp value.
30
+ # See more from 'Timestamp' under http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#API_GetShardIterator_RequestSyntax
28
31
# initialPositionInStreamExtended = 1636609142
29
32
30
33
# The following properties are also available for configuring the KCL Worker that is created
You can’t perform that action at this time.
0 commit comments