Closed shayonj closed 1 month ago
Postgres sink can look for DDL event type and run that on the target destination. We already do that here but may be it shouldn't block other operations since DDLs can take long?
DDL
https://github.com/shayonj/shayonj-pg_flo/blob/f1f4ab8820b90ec40161011bddf6bb9e13f58442/pkg/sinks/postgres.go#L207-L211
Postgres sink can look for
DDL
event type and run that on the target destination. We already do that here but may be it shouldn't block other operations since DDLs can take long?https://github.com/shayonj/shayonj-pg_flo/blob/f1f4ab8820b90ec40161011bddf6bb9e13f58442/pkg/sinks/postgres.go#L207-L211