source-postgres: make withConnectionTimeoutMs
configurable
#14498
Labels
area/connectors
Connector related issues
connectors/source/postgres
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
The current connection to JDBC database is created with a hardcoded value for
connectionTimeoutMs
of60000
.This can cause problems according to specific database setup and context.
Describe the solution you’d like
We could make the JDBC params override this value.
The
withConnectionTimeoutMs
builder method that changes the timeout is not used by any connector.Additional context
Related forum conversation
The text was updated successfully, but these errors were encountered: