Hello. Is it possible to somehow change the replic...
# troubleshooting
m
Hello. Is it possible to somehow change the replication slot name for tap-postgres?
e
which variant in particular are you using ? or is there only 1 tap.. I think there are like 3 different variant targets
m
To my knowledge there is one by default that's the same as in Pipelinewise. I looked through source code and found that the replication slot name in the tap is hardcoded based on the DB name, so probably, if I wanted to change it I should develop this part in source and make a PR. 😞
e
if it were me then I’d fork the entire repo and make just that change.. redirect to try out my fork , and continue from there for a while before I PR and wait for it to merge (which depending on the project can be never or a long time)