feat: force read-write for listener connection

This commit is contained in:
steve-chavez
2024-05-19 23:14:19 -05:00
committed by Steve Chavez
parent 3cf565614d
commit 7e61c9deb0
5 changed files with 46 additions and 25 deletions
+1
View File
@@ -39,6 +39,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3478, Media Types are parsed case insensitively - @develop7
- #3533, #3536, Fix listener silently failing on read replica - @steve-chavez
+ If the LISTEN connection fails, it's retried with exponential backoff
- #3414, Force listener to connect to read-write instances using `target_session_attrs` - @steve-chavez
### Deprecated