You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/04 03:18:53 UTC

[GitHub] [apisix-ingress-controller] lianghao208 edited a comment on issue #234: feat: add timer to sync apisix configuration

lianghao208 edited a comment on issue #234:
URL: https://github.com/apache/apisix-ingress-controller/issues/234#issuecomment-772995792


   @tokers 
   The controller pushes changes to APISIX incrementally when CRD is updated, on the other hand, it synchronizes the full cache to APISIX periodically. The whole point is that only the update of CRD can modify the cache and periodical full cache synchronization guarantees the data consistency, I don't think there will be any blocking.
   As far as I know, the redis master-replica synchronization is only incremental during the running stage.( assuming that won't be any `write` access to the replica node)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org