brunomendola commented on PR #11759:
URL: https://github.com/apache/camel/pull/11759#issuecomment-1770121409

   > > doInit ensures its only invoked once
   
   ...
   
   > If I understand it well, if `onInit()` was called only once as it should, 
the problem would not occur
   
   I think @essobedo has a point.
   
   I mean... the replacement was clearly happening twice, but the `onInit()` 
function should not be invoked twice by Camel.
   
   Maybe it's something related to some particular condition?
   The fact that the idempotentRepository was a bean, could it produce some 
unexpected behavior? Maybe something about concurrency? Is the onInit() call 
synchronized in some way?


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