zentol commented on a change in pull request #18421:
URL: https://github.com/apache/flink/pull/18421#discussion_r788696901
##########
File path:
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisConsumer.java
##########
@@ -101,7 +101,11 @@
* source or a downstream operator.
*
* @param <T> the type of data emitted
+ * @deprecated This consumer based on the Kinesis Consumer Library (KCL) has
been deprecated, a jira
+ * to create an equivalent consumer based on AWS SDK for Java 2.x has been
raised in FLINK-25729
+ * and planned for Flink 1.16.
Review comment:
IMO we shouldn't deprecate something when at the time of deprecation
there is no alternative. Effectively you're forcing 1.15 users to use
deprecated APIs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]