oscerd commented on code in PR #16650: URL: https://github.com/apache/camel/pull/16650#discussion_r1896815101
########## 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: Thanks. I'm also curious about your use case, are you using this in production? What version? Did you see space for more improvements? -- 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