fanyang commented on code in PR #14238:
URL: https://github.com/apache/camel/pull/14238#discussion_r1614645768


##########
components/camel-aws/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/kinesis/Kinesis2Producer.java:
##########
@@ -47,11 +53,28 @@ public Kinesis2Endpoint getEndpoint() {
 
     @Override
     public void process(Exchange exchange) throws Exception {
+        Exception exceptionThrownByPutRecord = this.exceptionThrownByPutRecord;

Review Comment:
   Hi Claus, thanks for the comments. This PR keeps using current client and 
supports sending batch. 
   Since sending batch already has a good throughput, and as you said async 
process is complex, It seems that we don't really need an async client.



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

Reply via email to