You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/20 12:02:48 UTC

[GitHub] [flink] zentol commented on a change in pull request #18421: [FLINK-25731][connectors/kinesis] Deprecated FlinkKinesisConsumer / F…

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org