davsclaus commented on issue #1303: URL: https://github.com/apache/camel-quarkus/issues/1303#issuecomment-651011807
Its really only the options listed on that page that are reflection free configurable and intended for configuration via properties. When you do `camel.context.xxx` you go of the track, and you can end up calling any APIs down the context, and its children etc. We will never be able to source code generate for every possible combination here. The stream caching configuration is already on camel.main as configurable ---------------------------------------------------------------- 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: us...@infra.apache.org