You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.
Describe the feature
The postgres state store implementation does validate the connection to the database on init by performing a ping request.
See here https://github.com/dapr/components-contrib/blob/main/state/postgresql/v2/postgresql.go#L110
However the postgres binding does not validate the connection https://github.com/dapr/components-contrib/blob/main/bindings/postgres/postgres.go#L58
It would make sense to update the postgres binding to also validate the connection on init
Release Note
RELEASE NOTE: UPDATE Postgres binding, validate connection on init
The text was updated successfully, but these errors were encountered: