Github user tzulitai commented on a diff in the pull request:
https://github.com/apache/flink/pull/3651#discussion_r108861953
--- Diff: docs/dev/connectors/kinesis.md ---
@@ -122,10 +122,10 @@ one of the following values in the provided
configuration properties (the naming
- `TRIM_HORIZON`: read all shards of all streams starting from the
earliest record possible (data may be trimmed by Kinesis depending on the
retention settings).
- `AT_TIMESTAMP`: read all shards of all streams starting from a specified
timestamp. The timestamp must also be specified in the configuration
properties by providing a value for
`ConsumerConfigConstants.STREAM_INITIAL_TIMESTAMP`, in one of the following
date pattern :
- - `yyyy-MM-dd'T'HH:mm:ss.SSSXXX` (for example,
`2016-04-04T19:58:46.480-00:00`).
- a non-negative double value representing the number of seconds that
has elapsed since the Unix epoch (for example, `1459799926.480`).
- - a user defined pattern, which is a valid pattern for
`SimpleDateFormat` provided by
`ConsumerConfigConstants.STREAM_TIMESTAMP_DATE_FORMAT`,
- (for example, timestamp value is `2016-04-04` and pattern is
`yyyy-MM-dd` given by user).
+ - a user defined pattern, which is a valid pattern for
`SimpleDateFormat` provided by
`ConsumerConfigConstants.STREAM_TIMESTAMP_DATE_FORMAT`.
+ If `ConsumerConfigConstants.STREAM_TIMESTAMP_DATE_FORMAT` is not
defined then ehe default pattern will be `yyyy-MM-dd'T'HH:mm:ss.SSSXXX`
--- End diff --
type: "ehe"
---
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.
---