Replies: 1 comment
-
|
Are you using the JournaledGrain, right? I think you will need to create a single custom log storage provider that writes to both systems internally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have a grain in Orleans 9.x and I’m trying to implement the following architecture:
I’m trying to understand whether this setup is supported in Orleans 9.x and, if so, how it should be correctly configured. Specifically:
Right now I have both
AddAdoNetGrainStorageAsDefaultandAddLogStorageBasedLogConsistencyProviderpointing to the same database. In this setup, only the logs are being saved. If I remove theAddLogStorageBasedLogConsistencyProviderconfiguration, then the grain state is saved correctly.My goal is to persist the grain state in one database and the logs in another.
Many thanks,
Thomas
Beta Was this translation helpful? Give feedback.
All reactions