stuartm21 commented on issue #1347: URL: https://github.com/apache/camel-kafka-connector/issues/1347#issuecomment-1075983128
@oscerd Thanks for the replay. I tried below alone in the Kafka connect ``` camel.sink.endpoint.keyName: topics/${headers.customerName}/${date:now:yyyy}${date:now:MM}//${headers.interval}/{headers.name} ``` and I could see that the data archiving the outside of topics folder in S3 with a randomly generated name like this. ``` C04CAF97044F24C-0000000000000 ``` - > echo "hello there" | ./kafkacat -b localhost:9092 -H "CamelHeader.customerName=customer" -H "CamelHeader.interval=01-02" -t mytopic > I didn't get this and where I can deploy this. Can you explain bit more please? -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org