Skip to content

Emergency-Response-Demo/responder-simulator-quarkus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

responder-simulator-quarkus

Simulates the movement of responders based on the messages received from the mission service.

Implemented with Quarkus

Implementation details

The service uses KStreams to build a local materialized view of the responders by handling ResponderCreatedEvent and ResponderDeletedEvent messages. KStreams is configured to use Infinispan as repository for the materialized view.