Tags: ConduitIO/conduit-connector-postgres
Tags
go.mod: bump github.com/conduitio/conduit-connector-sdk (#224) Bumps [github.com/conduitio/conduit-connector-sdk](https://github.com/conduitio/conduit-connector-sdk) from 0.11.1 to 0.12.0. - [Commits](ConduitIO/conduit-connector-sdk@v0.11.1...v0.12.0) --- updated-dependencies: - dependency-name: github.com/conduitio/conduit-connector-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
go.mod: bump github.com/conduitio/conduit-connector-sdk (#222) Bumps [github.com/conduitio/conduit-connector-sdk](https://github.com/conduitio/conduit-connector-sdk) from 0.11.0 to 0.11.1. - [Commits](ConduitIO/conduit-connector-sdk@v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: github.com/conduitio/conduit-connector-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add support for reading replication slot (#171) * Read the state of the replication slot when subscription is created. * Ensure the starting position in CDC mode is consistent with what is available in the slot. * Refactor connection management to use pgxpool and allow for acquired connections to be upgraded for replication * Add subscription teardown method which stops and waits for wind down.
PreviousNext