Expand description
Tunable resource limits for the external template component (ADR-0047
Stage 2). Mirrors the MinijinjaLimitsConfig shape in
crates/languages/camel-language-api/src/language_limits.rs — all fields
are Option with kebab-case rename + deny_unknown_fields so a typo in
Camel.toml is caught at deserialize time.
Structs§
- External
Template Limits Config - Operator-facing limits block.
Nonemeans “use the rust-camel default”. - Resolved
External Template Limits - Resolved, finite, non-zero limits. Built once at startup from
ExternalTemplateLimitsConfig::resolve(); the hot path reads this struct.