tgib23 commented on issue #1530:
URL:
https://github.com/apache/camel-kafka-connector/issues/1530#issuecomment-1582087943
@oscerd
I've set the record `CamelHeader.CamelFilename` and
`CamelHeader.CamelFilePath` as shown below, but it didn't change the behavior.
Anything I'm missing? or any other ideas?
```
[kafka@kafka-team-cluster-kafka-0 kafka]$ ./bin/kafka-console-consumer.sh
--topic test-logs --bootstrap-server localhost:9092 --property
print.headers=true
CamelHeader.CamelFileName:camel_test,CamelHeader.CamelFilePath:test/year=2023/month=06
{"value":"2023-06-08_07:38:50 test message"}
```
--
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]