api7 / apisix-seed

Do service discovery on the CP side
Apache License 2.0
26 stars 15 forks source link

how guarantee apisix seed timeliness when zk data changes #51

Open danchunTT opened 2 years ago

danchunTT commented 2 years ago

now ,apisix-seed work : APISIX-Seed subscribes the specified service name to the service registry to obtain changes to the corresponding service. by discovery of zk

if zk data changes, how guarantee timeliness ?

soulbird commented 2 years ago

Sorry I can't get what your point is. When APISIX-Seed perceives a node change in the registry, it immediately updates etcd, which is almost real-time.