Skip to content

Commit

Permalink
Merge pull request #45 from sowmya695/patch-1
Browse files Browse the repository at this point in the history
MOSIP-27172 should not drop slot tables when debezium down
  • Loading branch information
ckm007 committed Jul 20, 2023
2 parents 84b429f + 4b91db6 commit 1d2827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-connect/debez-sample-conn.api
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ curl \
"plugin.name": "pgoutput",
"publication.autocreate.mode": "filtered",
"slot.name": '\"debezium_"$DB_NAME"_"$DB_PREFIX_INDEX"\"',
"slot.drop.on.stop": "true",
"slot.drop.on.stop": "false",
"publication.name": '\"dbz_pub_"$DB_NAME"_"$DB_PREFIX_INDEX"\"',
"database.hostname": '\"$DB_HOSTNAME\"',
"database.port": '\"$DB_PORT\"',
Expand Down

0 comments on commit 1d2827a

Please sign in to comment.