Skip to content

Commit 042da5c

Browse files
committed
Add warning about message loader
1 parent c162692 commit 042da5c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/pages/getting_started.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,12 @@ $hotelRepository = $repositoryManager->get(Hotel::class);
335335
`DefaultRepositoryManager` and a worker to run the Subscription Engine.
336336

337337
Learn more [here](subscription.md).
338+
339+
!!! warning
340+
From version 4.x onward, a MessageLoader will be required for the SubscriptionEngine
341+
instead of a Store implementation.
342+
Read more about it [here](./subscription.md#message-loader). In current versions,
343+
you can still provide a Store, the SubscriptionEngine will wrap it internally.
338344

339345
## Database setup
340346

0 commit comments

Comments
 (0)