davsclaus commented on code in PR #21682:
URL: https://github.com/apache/camel/pull/21682#discussion_r2873217010
##########
core/camel-core-reifier/src/main/java/org/apache/camel/reifier/tokenizer/TokenizerReifier.java:
##########
@@ -42,7 +41,7 @@ public TokenizerReifier(Route route, T definition) {
public Processor createProcessor() throws Exception {
Processor childProcessor = createChildProcessor(false);
- Tokenizer tokenizer =
ResolverHelper.resolveMandatoryBootstrapService(camelContext,
+ Tokenizer tokenizer =
ResolverHelper.resolveMandatoryService(camelContext,
Review Comment:
its intended specially for booting up camel for optimizations - but
eventually it may be a bit overkill and we end up just have the default.
However the optimization is also related to services that are only created on
startup will fill up in caches that just waste space
--
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]