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:
[email protected]