What the Kafka module does
The Kafka module is built around configuration-backed publishers and subscribers. Publishers are registered by id, subscribers are wired from configuration, and events are sent through a consistent envelope model instead of ad hoc payload handling.
- Register named publishers from configuration
- Wire subscriber endpoints from topic, group, and concurrency settings
- Wrap payloads in a standard event envelope
- Apply retry and dead-letter behavior through module settings