-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enrich]Exchanges in bottom route tracing is missing #318
Comments
This problem was already on 4.14.9 |
From what I can see, on this scenario, the generated CamelContext is not fully correct. |
All exchanges in the transaction are visible now. The flow should produce a zip file which contains the files enrich1.txt and enrich3.txt, but it produces a zip file with the files enrich1.txt and an inner zip file with the name enrich1.zip. The file enrich1.zip has the 2 text files enrich1.txt and enrich3.txt in it. After the aggregate component, the header CamelFileName has the value enrich1.zip. See version 43 of the test flow. |
It seems that the last change we made on Enrich component (calling a extra route with the pollEnrich from an enrich), is causing this issue.
|
We found out that when using Queues, the CamelFileName header was not propagated by default to the next route (changed on 4.8.0). |
Test findings
|
In the tracing, the steps in the bottom route of the enrich component are missing.
This finding follows after #307
Test case on Development
Tenant: Regression Tests
Flow: EnrichArchiveWithTextBody
The text was updated successfully, but these errors were encountered: