Expand description
Consumer archetype templates
Templates for generating event consumer services with Kafka, idempotency, dead letter queues, and resilience patterns.
Functionsยง
- application_
consumer - Generate application/consumer.rs
- application_
mod - Generate application/mod.rs
- cargo_
toml - Generate Cargo.toml for consumer project
- config_
rs - Generate config.rs
- dockerfile
- Generate Dockerfile
- domain_
events - Generate domain/events.rs
- domain_
handlers - Generate domain/handlers.rs
- domain_
mod - Generate domain/mod.rs
- error_
rs - Generate error.rs
- infrastructure_
broker - Generate infrastructure/broker.rs
- infrastructure_
health - Generate infrastructure/health.rs
- infrastructure_
idempotency - Generate infrastructure/idempotency.rs
- infrastructure_
mod - Generate infrastructure/mod.rs
- main_rs
- Generate main.rs
- readme
- Generate README.md