-
Bug
-
Resolution: Done
-
Major
-
0.7.5
-
None
PostgresReplicationConnection doesn't close jdbc connection if an exception is thrown during class instantiation:
private PostgresReplicationConnection(Configuration config, String slotName, PostgresConnectorConfig.LogicalDecoder plugin, boolean dropSlotOnClose, Integer statusUpdateIntervalMillis, TypeRegistry typeRegistry) { ... try { initReplicationSlot(); } catch (SQLException e) { throw new JdbcConnectionException("Cannot create replication connection", e); } }
- is related to
-
DBZ-746 Document rules for "slot.name" property of the Postgres connector
-
- Closed
-