psql-streamer icon indicating copy to clipboard operation
psql-streamer copied to clipboard

Stream database events from PostgreSQL to Kafka

Results 2 psql-streamer issues
Sort by recently updated
recently updated
newest added

I have many errors in log like: ``` 2021/09/27 00:47:25.613785 Source-PSQL (db1): Replication error (walPositionPersisted: 290579576): replication failed: nil message received, should not happen ``` And in postgresql logs: ```...

in case of update events sometimes it's useful to know which row is updated. currently only new values will be stored in the `event` struct: https://github.com/blind-oracle/psql-streamer/blob/27c70ce78740dddb8dfbb4c0e58054bd04a06b57/source/postgres/postgres.go#L321-L324