Github user budde commented on a diff in the pull request:
https://github.com/apache/spark/pull/17467#discussion_r112839963
--- Diff: docs/streaming-kinesis-integration.md ---
@@ -216,3 +216,7 @@ de-aggregate records during consumption.
- If no Kinesis checkpoint info exists when the input DStream starts, it
will start either from the oldest record available
(`InitialPositionInStream.TRIM_HORIZON`) or from the latest tip
(`InitialPositionInStream.LATEST`). This is configurable.
- `InitialPositionInStream.LATEST` could lead to missed records if data
is added to the stream while no input DStreams are running (and no checkpoint
info is being stored).
- `InitialPositionInStream.TRIM_HORIZON` may lead to duplicate
processing of records where the impact is dependent on checkpoint frequency and
processing idempotency.
+
+#### Kinesis retry configurations
--- End diff --
*nit:* think "configuration" sounds more natural here than "configurations"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]