Thank you @Raja_Reddy for the reply.The root cause you have mentioned seems to be convincing, and we will attempt to initiate the flush request for the servlet specific to the country.
Hi @SureshDhulipudi, Thanks for the response! Below is the Cache rule and invalidation rule configured in the dispatcher. /filter{ /0022 { /type "allow" /url "/bin/myproject/*" }} /cache{ /rules { /0000 { /glob "*" /type "allow" } } /invalid...
We have cached country specific custom servlets(e.g /bin/myproject/servlet/us/en/myservlet.json) at the dispatcher in JSON format. When a XF is replicated, we need to clear cached JSON files for all countries. So we are triggering resource-only-flush request for /bin/myproject/servlet. From Publish...