oscerd commented on code in PR #16650: URL: https://github.com/apache/camel/pull/16650#discussion_r1896811850
########## 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: If it's specific to KCL is better to add the info to the description -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org