Open imor opened 1 month ago
The hardcoded SinkError makes it almost impossible to implement new sink implementations outside the pg_replicate crate. The associated type should make that possible.
SinkError
pg_replicate
The hardcoded
SinkError
makes it almost impossible to implement new sink implementations outside thepg_replicate
crate. The associated type should make that possible.