mikey-austin commented on code in PR #16650:
URL: https://github.com/apache/camel/pull/16650#discussion_r1896813475


##########
components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/Kinesis2Configuration.java:
##########
@@ -47,6 +51,9 @@ public class Kinesis2Configuration implements Cloneable {
     @UriParam(description = "Amazon Kinesis client to use for all requests for 
this endpoint")
     @Metadata(label = "advanced", autowired = true)
     private KinesisClient amazonKinesisClient;
+    @UriParam(description = "Amazon Kinesis async client to use for all 
requests for this endpoint that require an async client")

Review Comment:
   No worries, I'll add a better description for this param.



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