temporarily remove refs to platform guide (#280)

Update persistence-testing.md
This commit is contained in:
PJ Fanning 2023-04-11 20:29:42 +02:00 committed by GitHub
parent 2c4d0ee02d
commit 658e4bc4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 3 additions and 30 deletions

View file

@ -50,13 +50,6 @@ This project contains a KillrWeather sample illustrating how to use Cluster Shar
This project contains a Shopping Cart sample illustrating how to use Pekko Persistence.
## CQRS
The @extref[Microservices with Pekko tutorial](platform-guide:microservices-tutorial/) contains a
Shopping Cart sample illustrating how to use Event Sourcing and Projections together. The events are
tagged to be consumed by even processors to build other representations from the events, or publish the events
to other services.
## Replicated Event Sourcing
@java[@extref[Multi-DC Persistence example project](samples:pekko-samples-persistence-dc-java)]