Anyone know if #PostgreSQL #Patroni uses etcd Elections API these days?

We're looking at an issue in etcd.

@fuzzychef ask Alexander, he knows for sure, but https://github.com/patroni/patroni/blob/master/patroni/dcs/etcd3.py#L1026 looks like it would be.
As far as I read they have multiple options supporting leader elections. One is etcd.
I'm not very much into patroni, but hope it helps.
patroni/patroni/dcs/etcd3.py at master · patroni/patroni

A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes - patroni/patroni

GitHub

@sszuecs Oh, it definitely uses etcd when not using the Kubernetes API. The question is whether it uses the Election API specifically; it didn't last time I worked on it.

And ... looks like no, it still doesn't.