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 2020/12/22 18:45:26 UTC

[GitHub] [camel-kafka-connector] danrlyon opened a new issue #812: Date templating not working in wersion 0.6.0

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


   The date templating appears to be broken in v0.6.0
   
   ### 0.5.0
   ```
   camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}
   ```
   produces the files names with the date:
   ```
   20201222-182321000-ID-phenocam-connect-connect-6c8fcdd487-t5l6k-1608661396609-0-23
   ```
   
   
   ### 0.6.0
   ```
   camel.sink.endpoint.keyName: ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}
   ```
   produces this key name (keeps overwriting the file):
   ```
   ${date:now:yyyyMMdd-HHmmssSSS}-${exchangeId}
   ```
   
   I'm using the AWS2 S3 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.

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



[GitHub] [camel-kafka-connector] oscerd commented on issue #812: Date templating not working in version 0.6.0

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


   It is a fix coming from camel upstream release 3.7.0, so we are getting it while upgrading.


----------------------------------------------------------------
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] danrlyon closed issue #812: Date templating not working in version 0.6.0

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


   


----------------------------------------------------------------
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] danrlyon commented on issue #812: Date templating not working in version 0.6.0

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


   Excellent, thanks for the assistance!


----------------------------------------------------------------
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] oscerd commented on issue #812: Date templating not working in version 0.6.0

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


   This has been fixed in 0.7.0 under vote


----------------------------------------------------------------
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] brokenjacobs commented on issue #812: Date templating not working in version 0.6.0

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


   Do you have a link to the fix? Didn't see anything in the changelog.


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