Project Modules
This project has declared the following modules:
Name | Description |
---|---|
Outbox Kafka Producer Adapter | Outbox Kafka Producer Adapter is a project that enables event publishing using the transactional outbox pattern with Kafka Producers. It facilitates seamless integration between Core business logic and external systems by ensuring reliable and consistent event-driven communication, while adhering to Clean Architecture principles. |
Core Adapters Outbox Kafka Consumer | Core Adapters Outbox Kafka Consumer is a project that processes outbox events using Kafka Consumers to integrate Core business logic with external systems. It ensures reliable, event-driven communication while maintaining scalability, consistency, and alignment with Clean Architecture principles. |