nicolaferraro opened a new issue #254: Garbage-collect unused contexts URL: https://github.com/apache/camel-k/issues/254 We tend to create multiple contexts and never delete them. We should activate a garbage collection mechanism to delete them when unused. We should make sure not to incur in any race condition. We should avoid to recycle new contexts, and delete them only when they are end-of-life. We may pre-compute some contexts in the future to save time.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
