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

Use postgresql instead of redis for statestore #201

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

tmacam
Copy link
Contributor

@tmacam tmacam commented Oct 3, 2023

Description

Postgres is both a state store with real transactions and it is
better suited to for handling Dapr workflows. As such, and given it
is the recommended state store for Workflows, it makes sense to
use it for the state store E2E tests.

Once we release to Dapr 1.12.0 we can upgrade it to use AAD
authentication.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: none

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Postgres is both a state store with real transactions and it is
better suited to for handling Dapr workflows. As such, and given it
**is** the recommended state store for Workflows, it makes sense to
use it for the state store E2E tests.

Once we release to Dapr 1.12.0 we can upgrade it to use AAD
authentication.

Signed-off-by: Tiago Alves Macambira <[email protected]>
@tmacam tmacam force-pushed the UsePostgresSqlFoStatestore branch from 3652a26 to c69eeda Compare October 3, 2023 04:22
deploy/aks/services/postgresql.bicep Outdated Show resolved Hide resolved
Signed-off-by: Tiago Alves Macambira <[email protected]>
@ItalyPaleAle ItalyPaleAle merged commit 693401a into dapr:master Oct 3, 2023
1 check passed
@tmacam tmacam deleted the UsePostgresSqlFoStatestore branch October 3, 2023 17:25
@tmacam tmacam restored the UsePostgresSqlFoStatestore branch October 3, 2023 17:25
@tmacam tmacam deleted the UsePostgresSqlFoStatestore branch October 3, 2023 17:26
@tmacam tmacam mentioned this pull request Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants