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 2022/11/15 23:17:04 UTC

[GitHub] [camel-kamelets] brokenjacobs opened a new issue, #1156: FTP / SFTP connectors missing setting for binary mode transfers

brokenjacobs opened a new issue, #1156:
URL: https://github.com/apache/camel-kamelets/issues/1156

   This setting used to be called `camel.sink.endpoint.binary` and for some reason defaults to ASCII. I'd argue the default is wrong for most use cases too but if you transfer any files using this setting it will most likely change the contents of the file. Not desired for binary data. 
   
   As an aside, why weren't all the missing arguments mapped into the Kamelet. Most of these were there for a reason... The ftp connector in particular is missing a lot of settings.


-- 
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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] oscerd commented on issue #1156: FTP / SFTP connectors missing setting for binary mode transfers

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1156:
URL: https://github.com/apache/camel-kamelets/issues/1156#issuecomment-1320358879

   Because Kamelets are not designed to be a replacement of a camel kafka connector connector. We are not able to maintain both ckc and camel-kamelets at the same time, so we need to focus on something and re-use it as building block for camel-kafka-connector. 


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] brokenjacobs commented on issue #1156: FTP / SFTP connectors missing setting for binary mode transfers

Posted by GitBox <gi...@apache.org>.
brokenjacobs commented on issue #1156:
URL: https://github.com/apache/camel-kamelets/issues/1156#issuecomment-1320747492

   Thanks for the link. As a user of the Kafka connectors who hasn’t checked in for a while, and not a general user of Apache Camel, it has been super confusing trying to figure out what is going on. The mailing list thread link is very helpful. 


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] valdar commented on issue #1156: FTP / SFTP connectors missing setting for binary mode transfers

Posted by GitBox <gi...@apache.org>.
valdar commented on issue #1156:
URL: https://github.com/apache/camel-kamelets/issues/1156#issuecomment-1320592212

   Hello @brokenjacobs you can find the dev mailing list thread where the topic was discussed here https://lists.apache.org/thread/x1n54vqpb96p6b7wcwo3q89lptdd5p7d
   
   I can add some context and my view: the idea of camel kafka connectors is to provide something that is tailored to an used case and works with minimal configuration that can be used with as little knowledge of camel as possible (ideally 0). 
   
   There is a thread off between simplicity and flexibility: providing all the components with all the options is very flexible but kind of fail to address the above idea.
   
   We thought that kamelets were a reasonable balance between providing a "packaged solution" and been flexible to add as many kamelets are needed.
   
   In the process of moving from a solution to another obviously there are gaps to cover and thing to improve like the ftp kamelet that surely need some attention and improvement. 
   
   That said we :heart:  contributions!


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] oscerd commented on issue #1156: FTP / SFTP connectors missing setting for binary mode transfers

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #1156:
URL: https://github.com/apache/camel-kamelets/issues/1156#issuecomment-1320384391

   This should be available with 3.18.3 and 3.19.0 of ckc.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] oscerd closed issue #1156: FTP / SFTP connectors missing setting for binary mode transfers

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #1156: FTP / SFTP connectors missing setting for binary mode transfers
URL: https://github.com/apache/camel-kamelets/issues/1156


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] brokenjacobs commented on issue #1156: FTP / SFTP connectors missing setting for binary mode transfers

Posted by GitBox <gi...@apache.org>.
brokenjacobs commented on issue #1156:
URL: https://github.com/apache/camel-kamelets/issues/1156#issuecomment-1320405475

   > Because Kamelets are not designed to be a replacement of a camel kafka connector connector. We are not able to maintain both ckc and camel-kamelets at the same time, so we need to focus on something and re-use it as building block for camel-kafka-connector.
   
   Is there blog post or issue somewhere that explains why this was done? Using camelets for ckc?


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org