Closed trisberg closed 7 years ago
Adding an implementation for pgcopy sink
You can test this with Postgres using:
docker run -e POSTGRES_PASSWORD=spring -e POSTGRES_DB=test -p 5432:5432 -d postgres:latest
Resolves https://github.com/spring-cloud-stream-app-starters/app-starters-release/issues/51
I played with it, did some smoke testing, etc. Looks good, merging.
Squashed/merged per https://github.com/spring-cloud-stream-app-starters/jdbc/commit/a0c76fa49d54f7326eb46d7d8a15ed4902b0980f.
Also linked readme per https://github.com/spring-cloud-stream-app-starters/jdbc/commit/1503d217e9a1a9cbdfbb49dee8a08a5063ba8cf8.
Adding an implementation for pgcopy sink
You can test this with Postgres using:
Resolves https://github.com/spring-cloud-stream-app-starters/app-starters-release/issues/51