Skip to content

Release v6.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 08:32
458b192

Summary

Adds management service for projections, to list, get and replay registered projections. The get and list endpoints are mostly the same as for event handlers, but the replay endpoint only allows replaying from position 0 - since we don't keep track of intermediate projection states. An optional alias is also introduced on the projection registration request, to simplify human interaction with the Runtime.

Added

  • A Projections mangament service with GetAll, GetOne and Replay methods
  • An optional alias on the projection registration request