pgdeltastream icon indicating copy to clipboard operation
pgdeltastream copied to clipboard

Streaming Postgres logical replication changes atleast-once over websockets

Results 5 pgdeltastream issues
Sort by recently updated
recently updated
newest added

`pgx.ReplicationConn` consists of a `pgx.Conn` internally, of which the documentation states: > Conn is a PostgreSQL connection handle. It is not safe for concurrent usage. Use ConnPool to manage access...

The current design supports only a single client. Support needs to be added for multiple clients.

help wanted

A Makefile that builds the binary and docker image and versions using git commits/tags.

help wanted

Currently the tests written are sort of monolithic. We need to write more specific tests.

help wanted

@sidmutha Can you link the appropriate docs and provide a rough design of this would be implemented in pgdeltastream?

help wanted