jonaswagner commented on issue #1107:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1107#issuecomment-801244602


   Ok, I tried the same config as above with version 0.8.0. Now I get a 
different exception:
   
   org.apache.kafka.connect.errors.ConnectException: Tolerance exceeded in 
error handler
                 at 
org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndHandleError(RetryWithToleranceOperator.java:178)
                 at 
org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execute(RetryWithToleranceOperator.java:104)
                 at 
org.apache.kafka.connect.runtime.WorkerSourceTask.convertTransformedRecord(WorkerSourceTask.java:295)
                 at 
org.apache.kafka.connect.runtime.WorkerSourceTask.sendRecords(WorkerSourceTask.java:321)
                 at 
org.apache.kafka.connect.runtime.WorkerSourceTask.execute(WorkerSourceTask.java:245)
                 at 
org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:184)
                 at 
org.apache.kafka.connect.runtime.WorkerTask.run(WorkerTask.java:234)
                 at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
                 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
                 at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
                 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
                 at java.lang.Thread.run(Thread.java:748)
   Caused by: java.lang.ClassCastException: [B cannot be cast to 
software.amazon.awssdk.core.ResponseInputStream
     at 
org.apache.camel.kafkaconnector.aws2s3.converters.S3ObjectConverter.fromConnectData(S3ObjectConverter.java:37)
     at 
org.apache.kafka.connect.storage.Converter.fromConnectData(Converter.java:63)
     at 
org.apache.kafka.connect.runtime.WorkerSourceTask.lambda$convertTransformedRecord$2(WorkerSourceTask.java:295)
     at 
org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndRetry(RetryWithToleranceOperator.java:128)
     at 
org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndHandleError(RetryWithToleranceOperator.java:162)
     ... 11 more
   
   It seems to me, that the S3ObjectConverter does not work. 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to