Ask Your Question

Revision history [back]

This error message means that the connection to the database server was terminated unexpectedly by the peer (the other end of the connection). The most common causes of this error are network connectivity problems, server issues, or firewall blocking the connection. This error occurs when using the R2DBC driver for Java, which is a reactive programming model for databases, where the application can subscribe to database events as they occur, rather than requiring blocking calls to query the database.