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/08/12 12:59:05 UTC

[GitHub] [camel-kafka-connector] Do-min-ik opened a new issue, #1417: Missing configuration parameters because of Kamelet

Do-min-ik opened a new issue, #1417:
URL: https://github.com/apache/camel-kafka-connector/issues/1417

   Hi there
   I'm currently using version 1.0.0 to read from an FTP into Kafka. So far this works like a charm. However, there is a new requirement that I need to delete or rename my files after processing.
   
   There is a configuration parameter called _delete_ in Camel, but it is not available in camel-ftp-source-kafka-connector. This is because version 1.0.0 is based on Kamelet which does not support the _delete_ configuration. It's possible to go back to version 0.11.x as it is based on the actual Camel component.
   
   I know LTS support for 0.11.x ends this September and I guess version 1.0.x will be the only version moving forward as version 0.11.x is also based on an older version of Camel. Is this correct?
   
   Version 1.0.x of camel-kafka-connector looks like an easier version to use but, unfortunately, also inferior at the same time. Am I missing something? 
   
   I think the documentation needs a sentence or two regarding the dependency to Kamelet. I can create a pull request for that, though.
   
   Cheers
   Dominik


-- 
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-kafka-connector] brokenjacobs commented on issue #1417: Missing configuration parameters because of Kamelet

Posted by GitBox <gi...@apache.org>.
brokenjacobs commented on issue #1417:
URL: https://github.com/apache/camel-kafka-connector/issues/1417#issuecomment-1314557954

   I'd like to know what's going on as well. I have an issue on the sink side where I need to make subdirectories and the old 0.11.x connector works but the new connector doesn't have a config property to create directories. What is the recommended path to take? I can't find a blog post or anything that talks about this kamlet conversion.


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