You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/29 10:04:25 UTC

[GitHub] [camel-kafka-connector-examples] Ihjaz opened a new issue #312: Example for minio with ByteArrayConverter

Ihjaz opened a new issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312


   Can you please add an exmaple for minio connector with ByteArrayConverter ?
   
   I'm trying to move an image object from minio to kafka but it looks like the minio connector is consuming the object as 'STRING' and ByteArrayConecter is not able to process it.
   


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



[GitHub] [camel-kafka-connector-examples] Ihjaz closed issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
Ihjaz closed issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312


   


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



[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-809255516


   What version are you using? 


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



[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-809295091


   Needs a fix on the camel side.


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



[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-809326103


   Fixed on the Camel side: https://issues.apache.org/jira/browse/CAMEL-16423
   
   This will be in 0.7.4 or 0.10.0


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



[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-809476818


   Fixed.


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



[GitHub] [camel-kafka-connector-examples] Ihjaz commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
Ihjaz commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-809291047


   > What version are you using?
   
   camel-minio-kafka-connector-0.8.0


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



[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-810578654


   Did you try it?


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



[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-809256624


   By the way the problem is in the camel component. We need to fix the behavior there. https://github.com/apache/camel/blob/master/components/camel-minio/src/main/java/org/apache/camel/component/minio/MinioEndpoint.java#L163


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



[GitHub] [camel-kafka-connector-examples] Ihjaz commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
Ihjaz commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-810809900


   I will be testing it today.


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



[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-809400800


   Not out of the box. You'll need to point to the snapshot and you'll need to build camel 3.7.4 snapshot too, to be sure it is aligned 


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



[GitHub] [camel-kafka-connector-examples] Ihjaz commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
Ihjaz commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-809473600


   Camel-minio compilation failed. It seems like you have imported `org.testcontainers.shaded.org.apache.commons.io.IOUtils` instead of `org.apache.commons.compress.utils.IOUtils`.


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



[GitHub] [camel-kafka-connector-examples] oscerd commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-810957195


   Super happy to help! 


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



[GitHub] [camel-kafka-connector-examples] Ihjaz commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
Ihjaz commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-810955775


   I've tried it. I was able to successfully consume an image, audio and video file with `org.apache.kafka.connect.converters.ByteArrayConverter`.
   
   Thanks again for the quick fix.


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



[GitHub] [camel-kafka-connector-examples] Ihjaz commented on issue #312: Example for minio with ByteArrayConverter

Posted by GitBox <gi...@apache.org>.
Ihjaz commented on issue #312:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/312#issuecomment-809387290


   Thanks for the quick fix.
   
   Can I test this fix if I build the camel-kafka-connector 0.7.4-snaphsot branch ?


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