Subodh Kant Chaturvedi

Results 11 comments of Subodh Kant Chaturvedi

I dont think this is a bug, this is expected behaviour, we handle binary data by converting it to base64 encoded string.

Alright so I see 2 different issues being discussed here. 1. CDC not syncing new data -> I went through the logs and you will see the message `2022-07-20 22:53:24...

Hey everyone, we have made multiple changes to the way timestamp values are handled in postgres connector in the last month. Can you try the sync with the latest version...

My review should not be a blocker, I just wanted to highlight that might be a mechanism to handle few data types via the data type handling mode flag and...

Am not sure I understand the requirement, based on the description it seems like the replication slot is dropped and we manually create a new replication slot and use that....

If they can somehow configure the new replication slot to point to the old LSN then they can extract the LSN value from the last sync from the logs and...

@prateekmukhedkar Yes I saw that but moving the LSN backwards doesnt seem possible. They are thinking that the new replication slot could have the confirmed_flush_lsn of the old replication slot...

@seanglynn-thrive In theory at the beginning of the sync Airbyte could check if the replication slot exists or not and if not then create it by itself but creating a...

@seanglynn-thrive The above makes sense! Just wanted to remind that every time the replication slot will be dropped and re-created, Airbyte will trigger a sync from scratch.

@sashaNeshcheret we are not going to merge this PR right (not going to release the image to cloud). I assume you published the image just for your own testing?