Skip to content

feat(circuit): publish per-day passenger count updates to planning

kawtar.bouarif a demandé de fusionner feature/vsn-2477 vers develop

Add Kafka support to notify planning-service of real passenger count changes per trip/date after absence-aware recalculation. Wire a new producer template/topic for TripPassengerCountUpdatedDTO, extend TripPlanningProducerService API, and emit updates from TripShortestPathRecalculationServiceImpl using active passengers count (including zero) to keep planning slots consistent without changing assignment logic.

Rapports de requête de fusion