Tim S.

Results 4 issues of Tim S.

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: ```...

Thank you for your repo and articles. This is awesome work! I'm trying to rewrite my legacy service to the yours approach. And I have a question: How to guarantee...

Be careful with this PR because it breaks backward compatibility. Maybe the version rotation makes sense.

Why structs don't implement Stringer interface ? It would be nice to have `.String() string` method for easy use in fmt.Println and in logger.