davsclaus commented on pull request #3823: URL: https://github.com/apache/camel/pull/3823#issuecomment-628378336
Oh a problem with this is that in doInit you end up creating http client that are creating thread pools and whatnot is doing too early. Init phase is also used for native mode in graal/quarkus to do build time optimizations (cc @gnodet) which means it would do on the image built time and not at runtime. We should discuss this more or find another solution ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
