Implement Etcd Watch in PostgreSQL(github.com)
github.com
Implement Etcd Watch in PostgreSQL
https://github.com/kingluo/pg_watch_demo
4 comments
ive been waiting for someone to replace etcd with pg in k8s for realz. there’s been a couple of cool toy projects
Yes, it does so in our company. The etcd is somehow heavyweight to be the configuration center. And event more, the postgresql could be deployed in de-centralized cluster just like what etcd does, via some tools (e.g. raft-based failover agents) and configurations (I helped my customers to achieve this goal, but the solution is not open source yet).
Is it stretching the definitions of data-plane and control-plane? Data-plane is the reverse proxy users interact with.. maybe it does make sense.