Skip to content

Commit

Permalink
remove fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Oct 20, 2023
1 parent 1db4f4e commit 42898ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ object DroneEvents {
R2dbcProjection.atLeastOnceFlow[Offset, EventEnvelope[Drone.Event]](
ProjectionId("drone-event-push", s"0-$maxSlice"),
settings = None,
// FIXME EventProducerSettings.EventProducerSource.startingFromSnapshots not used and no public accessor to pick it up from there, confusing.
// #startFromSnapshot
sourceProvider = EventSourcedProvider
.eventsBySlicesStartingFromSnapshots[Drone.State, Drone.Event](
Expand Down

0 comments on commit 42898ac

Please sign in to comment.