Deliveries (v1.0.0)

Domain that holds all the delivery information

Info

Kafka Topics: deliveries.in, deliveries.out, deliveries.retry

Details

This domain holds all delivery information. It uses Kafka as message broker.

deliveries.in

Topic used for sending commands. It may contain messages with different payloads.

deliveries.out

Topic used for sending update events. All messages share the same payload.

deliveries.retry

Topic used for sending commands that should be retried.