Github user tzulitai commented on a diff in the pull request:
https://github.com/apache/flink/pull/3651#discussion_r108884869
--- Diff:
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/config/ConsumerConfigConstants.java
---
@@ -59,6 +59,9 @@ public SentinelSequenceNumber toSentinelSequenceNumber() {
/** The initial timestamp to start reading Kinesis stream from (when
AT_TIMESTAMP is set for STREAM_INITIAL_POSITION */
public static final String STREAM_INITIAL_TIMESTAMP =
"flink.stream.initpos.timestamp";
+ /** The date format of initial timestamp to start reading Kinesis
stream from (when AT_TIMESTAMP is set for STREAM_INITIAL_POSITION */
--- End diff --
missing ")" at the end.
---
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.
---