mert_bakir
04/27/2023, 2:04 PMmeltano run tap-postgres target-postgres
it says:
[info ] time=2023-04-27 13:57:18 name=tap_postgres level=INFO message=Lastest wal message received was 3B/547F9290 cmd_type=elb consumer=False name=tap-postgres producer=True stdio=stderr string_id=tap-postgres
and repeats, and waits.
3. Apply another change on the source-db
4. tap-postgres target-postgres
process ends. The first change is applied to the target-db but the second change is not there yet.
What's the logic here? Should there be a constantly listening connection between tap and source-db? Do I just create a frequent enough schedule?mert_bakir
04/27/2023, 8:38 PMbreak_at_end_lsn
. 🤔mert_bakir
04/27/2023, 9:03 PMmert_bakir
04/27/2023, 9:06 PMtap-postgres
didn't end immediately after I ran it, because there were existing changes already, but wait until I make another commit on the db while the tap-postgres is running.