Horusiath / Akkling

Experimental F# typed API for Akka.NET
Apache License 2.0
225 stars 45 forks source link

Unable to find "propsView" #134

Closed ingted closed 3 years ago

ingted commented 3 years ago

Hi,

In example "https://github.com/Horusiath/Akkling/blob/master/examples/persistence-streams.fsx"

There is a function called propsView, where can I find the definition of it?

Horusiath commented 3 years ago

If I remember correctly persistent views are have been removed from Akka.NET API somewhere around v1.4. They have been replaced directly by using ReadJournals and Akka Streams API.

ingted commented 3 years ago

Hi Horusiath, Thank you so much!!