You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/streaming-programming-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -518,7 +518,7 @@ depending on the checkpoint frequency.</li>
518
518
<li>Failed or latent KinesisReceivers will be detected and automatically shutdown/load-balanced by the KCL.</li>
519
519
<li>If possible, explicitly shutdown the worker if a failure occurs.</li>
520
520
521
-
Example KinesisWordCount (and JavaKiensisWordCount) notes:
521
+
Example KinesisWordCount (and JavaKinesisWordCount) notes:
522
522
<li>These examples automatically determine the number of threads to run locally based on the number of shards for the stream.</li>
523
523
<li>These examples automatically determine the number of KinesisReceivers/InputDStreams to create based on the number of shards for the stream.</li>
524
524
<li>These examples use InitialPositionInStream.LATEST (tip of stream) vs. InitialPositionInStream.TRIM_HORIZON (back 24 hours) to simplify reasoning about the examples.</li>
0 commit comments