-
-
Notifications
You must be signed in to change notification settings - Fork 1
Template Registry #74
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for Feature.
The Problem Today
There is no centralised store for template definitions. Templates are referenced by name in messages, but there is no place to register, look up, validate, or manage them within the framework.
What We Are Building
An
ITemplateRegistrythat stores and retrievesIMessageTemplateinstances by name and locale. A default in-memory registry is provided; the interface supports database-backed implementations. The registry validates that all templates referenced in a channel schema are registered and that their variable schemas are complete before the connector accepts messages.Benefits