apupier commented on code in PR #21682:
URL: https://github.com/apache/camel/pull/21682#discussion_r2873100528


##########
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:
   Can you explain the difference? and why it should be bootstrap?



-- 
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]

Reply via email to