CrynetLogistics commented on a change in pull request #17345:
URL: https://github.com/apache/flink/pull/17345#discussion_r754605674
##########
File path:
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/util/AwsV2Util.java
##########
@@ -0,0 +1,73 @@
+/*
Review comment:
You've probably mitigated this (and I just can't figure it out yet): but
is it a worry that anyone using `AwsV2Util` as a dependency will possibly see
some of their code break as a result of them not being able to access certain
`AwsV2Util` methods that were previously in this file? Such as maybe
`AwsV2Util. createKinesisAsyncClient()`?
--
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]