aromanenko-dev commented on a change in pull request #12422:
URL: https://github.com/apache/beam/pull/12422#discussion_r466363355
##########
File path:
sdks/java/io/kinesis/src/main/java/org/apache/beam/sdk/io/kinesis/KinesisIO.java
##########
@@ -413,6 +413,28 @@ public Read withAWSClientsProvider(
new BasicKinesisProvider(awsAccessKey, awsSecretKey, region,
serviceEndpoint));
}
+ /**
+ * Specify credential details and region to be used to read from Kinesis.
If you need more
+ * sophisticated credential protocol, then you should look at {@link
+ * Read#withAWSClientsProvider(AWSClientsProvider)}.
+ *
+ * <p>The {@code serviceEndpoint} sets an alternative service host. This
is useful to execute
+ * the tests with Kinesis service emulator.
+ *
+ * <p>The {@code veriftCertificate} disables or enables certificate
verification. Never set it
Review comment:
typo: verif**y**Certificate `
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]