Skip to main content

Module consumer

Module consumer 

Source
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