Replies: 1 comment 1 reply
-
As long as the database is up to date, there is no need to worry about unexpected EOF. Is there any influence on data integrity? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to use Pgpool as load balancer between Kong and PostgreSQL. But there's SSL error log on Pgpool node everytime Kong sends this query:
Pgpool Logs:
There is no error on Kong and PostgreSQL side. Based on https://www.pgpool.net/pipermail/pgpool-general/2021-December/000629.html, this might be caused by pgmoon does not properly closes the connection between Kong and Pgpool.
Can I ignore this issue? Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions