CrynetLogistics commented on a change in pull request #17345:
URL: https://github.com/apache/flink/pull/17345#discussion_r749407124
##########
File path:
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/util/AWSUtil.java
##########
@@ -60,10 +59,7 @@
/** Some utilities specific to Amazon Web Service. */
@Internal
-public class AWSUtil {
- /** Used for formatting Flink-specific user agent string when creating
Kinesis client. */
- private static final String USER_AGENT_FORMAT = "Apache Flink %s (%s)
Kinesis Connector";
-
+public class AWSUtil extends AWSGeneralUtil {
Review comment:
For backwards compat. since I had to split AWSUtil.
--
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]