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/08/09 22:35:51 UTC

[GitHub] [camel-kafka-connector] arjun180 opened a new issue #1247: Configurable parameters in AWS2-s3 Kafka source connector

arjun180 opened a new issue #1247:
URL: https://github.com/apache/camel-kafka-connector/issues/1247


   Is there anyway I can configure the `camel.source.endpoint.prefix` field based on the document [here](https://camel.apache.org/camel-kafka-connector/latest/reference/connectors/camel-aws2-s3-kafka-source-connector.html) to something like this : `camel.source.endpoint.prefix: 'connector-test/${date:now:yyyyMMdd}'`. I know something like that is possible for the Kafka sink and parameter `camel.sink.endpoint.keyName`. 
   
   **Use case** : I have a Kafka connector which is supposed to pick up files from s3 bucket prefixes that get created everyday. If the `camel.source.endpoint.prefix` is not configurable, then what's the best way of handling such a situation?
   
   Other configurations : 
   
   - AWS s3 Kafka connector version : 0.10.1
   - Kafka version : 2.8.0
   - Strimzi has been used as the Kafka orchestrator


-- 
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-kafka-connector] oscerd commented on issue #1247: Configurable parameters in AWS2-s3 Kafka source connector

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


   It's not possible for technical reason related to Camel consumers. 


-- 
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-kafka-connector] arjun180 closed issue #1247: Configurable parameters in AWS2-s3 Kafka source connector

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


   


-- 
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-kafka-connector] arjun180 commented on issue #1247: Configurable parameters in AWS2-s3 Kafka source connector

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


   Got it. Thank you for your 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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

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