psolomin commented on code in PR #23540:
URL: https://github.com/apache/beam/pull/23540#discussion_r992767031


##########
sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/kinesis/AWSClientsProvider.java:
##########
@@ -32,5 +33,7 @@
 public interface AWSClientsProvider extends Serializable {
   KinesisClient getKinesisClient();
 
+  KinesisAsyncClient getKinesisAsyncClient();

Review Comment:
   Thanks. I will definitely re-visit public interfaces once I get the actual 
Kinesis-related logic working.



-- 
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]

Reply via email to