pgdeltastream
pgdeltastream copied to clipboard
Streaming Postgres logical replication changes atleast-once over websockets
`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.
A Makefile that builds the binary and docker image and versions using git commits/tags.
Currently the tests written are sort of monolithic. We need to write more specific tests.
@sidmutha Can you link the appropriate docs and provide a rough design of this would be implemented in pgdeltastream?