Skip to main content

Module config

Module config 

Source
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§

ExternalTemplateLimitsConfig
Operator-facing limits block. None means “use the rust-camel default”.
ResolvedExternalTemplateLimits
Resolved, finite, non-zero limits. Built once at startup from ExternalTemplateLimitsConfig::resolve(); the hot path reads this struct.