Do you have any suggestions on how to do a replica...
# troubleshooting
a
Do you have any suggestions on how to do a replication key that requires multiple fields?
My starring idea might require overriding the state persistence. Is that even possible?
v
If you control the tap itself I'd make a surrogate replication key, you could probably use mappers and override the key as well, but I haven't tried that before
a
Hey Derek, thanks for the idea. We do control the tap. Would I have to store my own state, or could I somehow leverage the bookmarking built into the SDK?
v
I think if you just make the new key, and reference that as your replication key you should be good to go! (ie the bookmarking will take care of it for you in the sdk)