'Apache Camel http headers - outgoing increment

I am using apache camel and plenty of calls for external resources, I turned on debug logging and noticed that org.apache.http.headers is printing http-outgoing-NUMBER and this number is incrementing during the whole process. Do I suppose correctly that my routes in camel are not specified statically? Even tough I have refactored it according to: https://camel.apache.org/components/3.14.x/eips/toD-eip.html#_avoid_creating_endless_dynamic_endpoints_which_takes_up_resources

Is that normal? Anyone knows how check/debug the current number of threads, running endpoints, occupied resources etc in camel?

I am investigating this because my process is getting slower in the end. Much slower... let's say first call takes 1s, last one can last 3 minutes... I am using splitter, parallel processing, wireTaps...

Regards



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source