tgib23 commented on issue #1530:
URL:
https://github.com/apache/camel-kafka-connector/issues/1530#issuecomment-1588661673
Hi @oscerd
Sorry for asking many times, but setting the message headers hasn't had
effect and files are uploaded directly under the container with the file name
like `E55515147C81BF6-0000000000000001`.
Here are the messages again. Do you have any other ideas? I went through the
docs, but couldn't find a clue yet.
```
[kafka@kafka-team-cluster-kafka-0 kafka]$ ./bin/kafka-console-consumer.sh
--topic test-logs --bootstrap-server localhost:9092 --property
print.headers=true
CamelHeader.CamelAzureStorageBlobOperation:uploadBlockBlob,CamelHeader.CamelAzureStorageBlobBlobName:camel_test,CamelHeader.CamelAzureStorageBlobFileDir:testdir
{"value":"2023-06-13_06:41:03 test value"}
CamelHeader.CamelAzureStorageBlobOperation:uploadBlockBlob,CamelHeader.CamelAzureStorageBlobBlobName:camel_test,CamelHeader.CamelAzureStorageBlobFileDir:testdir
{"value":"2023-06-13_06:42:03 test value"}
...
```
--
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]