oscerd commented on issue #1530: URL: https://github.com/apache/camel-kafka-connector/issues/1530#issuecomment-1594432369
Hello @tgib23 For the particular use case, the file header is specified in the Kamelet block of code here: https://github.com/apache/camel-kamelets/blob/main/kamelets/azure-storage-blob-sink.kamelet.yaml#L70-L86 So it will be mapped to the following header: CamelAzureStorageBlobBlobName So this is a case where the Kamelet overrides the value, with a header passed to it. Talking in general the headers for this component are here: https://camel.apache.org/components/3.20.x/azure-storage-blob-component.html#_message_headers Don't forget that you always need to prefix CamelHeader. to the header you're going to use. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
