Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Upgrading an app that was using event streams? #156

Closed
alexciarlillo opened this issue Apr 24, 2019 · 1 comment
Closed

Upgrading an app that was using event streams? #156

alexciarlillo opened this issue Apr 24, 2019 · 1 comment

Comments

@alexciarlillo
Copy link

If you had an app in production that was using event streams, from version 1.3 and want to migrate to v2 of the package, what steps would you need to take if any?

@freekmurze
Copy link
Member

Streams aren't supported anymore, in v2 you yourself are responsible for tracking which events already have been passed to event handlers when replaying events.

Upgrade instructions: https://github.com/spatie/laravel-event-projector/blob/master/UPGRADING.md#from-v1-to-v2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants