Trips (v1.0.0)

Domain that holds all the trip information

Info

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

Details

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

trips.in

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

trips.out

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

trips.retry

Topic used for sending commands that should be retried.