disqus / pgshovel

A change data capture system for PostgreSQL
Apache License 2.0
11 stars 3 forks source link

Relay could handle ZooKeeper disconnect more gracefully. #19

Open tkaemming opened 9 years ago

tkaemming commented 9 years ago

Right now, this is the implementation is overly cautious and will exit if the ZooKeeper connection is lost. This should probably pause processing until the connection is re-established (or time out and error if it takes too long.)