lburgazzoli commented on a change in pull request #1088: Lightweight context
without init / start phases
URL: https://github.com/apache/camel-quarkus/pull/1088#discussion_r408686113
##########
File path:
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
##########
@@ -62,6 +62,13 @@
@ConfigItem(defaultValue = "true")
public boolean enabled;
+ /**
+ * If {@code true}, the camel context will be started at
initialization time
+ * to boot up faster.
+ */
+ @ConfigItem
+ public boolean lightweight;
Review comment:
Ah yeah, let maybe name it `static_` (as we do for the native one) and name
the config item `static` ?
in any case, I don't really care much :)
----------------------------------------------------------------
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]
With regards,
Apache Git Services