seravat commented on issue #1192:
URL:
https://github.com/apache/camel-kafka-connector/issues/1192#issuecomment-854494138
Tried that already, I must be doing something weird.
So, when I was sending a "indexId" header to the kafka topic, we had this
message:
```
Value (123 bytes):
{"id":"223C079749B9779-0000000000000001","ftpFolder":"/mnt/m2/inflight/systemtest","numberOfRecords":597,"status":"ACTIVE"}
Timestamp: 1622795526830
Partition: 3
Offset: 125
Headers:
ClientFileName=TRAX_SFTR_TRAN_SFTR002_20210511_6074.csv-9fd29f92-8518-4658-985a-4dd734a5be11,ClientFolderId=systemtest,ftp_folder=/mnt/m2/inflight/systemtest,**indexId=223C079749B9779-0000000000000001**,payload_id=223C079749B9779-0000000000000001,transactionId=MONNETTEDCOLU3166TEST10QA1REG6074
% Reached end of topic sftr-payload [3] at offset 126
```
If I try to send the "CamelHeader.indexId" header, then nothing related with
this exists.
```
Key (27 bytes): /mnt/m2/inflight/systemtest
Value (123 bytes):
{"id":"223C079749B9779-0000000000000004","ftpFolder":"/mnt/m2/inflight/systemtest","numberOfRecords":597,"status":"ACTIVE"}
Timestamp: 1622796256243
Partition: 3
Offset: 131
Headers:
ClientFileName=TRAX_SFTR_TRAN_SFTR002_20210511_6074.csv-596707e7-e68f-44bd-8c8f-e14945aab5c7,ClientFolderId=systemtest,ftp_folder=/mnt/m2/inflight/systemtest,payload_id=223C079749B9779-0000000000000004,transactionId=MONNETTEDCOLU3166TEST10QA1REG6074
```
I know it is a camel "issue", any ideas? 🤷🏼
--
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]