Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 418 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 418 Bytes

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.