Skip to content

Commit 650d92d

Browse files
Ava Huangavahuang0429
authored andcommitted
Add comment for initialPositionInStreamExtended
1 parent 64ef470 commit 650d92d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/sample.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ processingLanguage = python/2.7
2424
# Valid options at TRIM_HORIZON or LATEST.
2525
# See http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#API_GetShardIterator_RequestSyntax
2626
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
2831
#initialPositionInStreamExtended = 1636609142
2932

3033
# The following properties are also available for configuring the KCL Worker that is created

0 commit comments

Comments
 (0)