Package-level declarations
Types
Link copied to clipboard
@ConfigurationProperties(prefix = "spring.kafka" )
Type-safe configuration for the shared Kafka infrastructure.
Link copied to clipboard
@Service
Reusable Kafka outbox processor implementing the transactional outbox pattern (Richardson, Microservices Patterns, ch. 3).
Link copied to clipboard
@ConfigurationProperties(prefix = "veds.outbox" )
Externalized configuration for the Kafka transactional outbox.
Link copied to clipboard
Transactional helpers for KafkaOutboxProcessor.
Link copied to clipboard
@Service
Guard implementing the idempotent receiver pattern for Kafka consumers. Wraps the persistence-agnostic ProcessedEventRepositoryPort / ProcessedEventFactory ports.