Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Storage Plugins page looks to have broken code under the Journals section. #3732

Closed
izavala opened this issue Mar 8, 2019 · 1 comment · Fixed by #3787
Closed

The Storage Plugins page looks to have broken code under the Journals section. #3732

izavala opened this issue Mar 8, 2019 · 1 comment · Fixed by #3787

Comments

@izavala
Copy link
Contributor

izavala commented Mar 8, 2019

The Persistance, Storage plugins page looks to have a broken section of code in the configurations example. The block of code shown does not look complete and it seems to be missing the actual configuration code.

Storage plugins page

screenshot 2

@sean-gilliam
Copy link
Member

Nice catch. It looks like some line numbers got shifted around for both the Journals and Snapshot store examples. Looks like shifted by 5 lines. That page can be found here https://github.com/akkadotnet/akka.net/blob/dev/docs/articles/persistence/storage-plugins.md

The journals section looks like it should be changed to ../../../src/core/Akka.Persistence/persistence.conf#L201-L207

and the snapshot store should be changed to
../../../src/core/Akka.Persistence/persistence.conf#L209-L215

Aaronontheweb pushed a commit that referenced this issue May 18, 2019
Changed Journals and Snapshot store examples to align them correctly.

Closes #3732
madmonkey pushed a commit to madmonkey/akka.net that referenced this issue Jul 12, 2019
Changed Journals and Snapshot store examples to align them correctly.

Closes akkadotnet#3732
Aaronontheweb pushed a commit to Aaronontheweb/akka.net that referenced this issue Jul 26, 2019
Changed Journals and Snapshot store examples to align them correctly.

Closes akkadotnet#3732
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants