Can you use "Full route cache" in a load balanced scenario?
Unanswered
Ratonero Mallorquin posted this in #help-forum
Ratonero MallorquinOP
As the documentation states you can set up a custom cache handler for the "Data Cache" (fetch calls in your code for example).
However, there is no mention of how to load balance the "Full route cache".
This makes sense if this only lives in memory since memory is not shared between pods in kubernetes for example.
Does this mean that there is simply no way to utilize the "Full route cache" for load balanced scenarios?
However, there is no mention of how to load balance the "Full route cache".
This makes sense if this only lives in memory since memory is not shared between pods in kubernetes for example.
Does this mean that there is simply no way to utilize the "Full route cache" for load balanced scenarios?
1 Reply
Ratonero MallorquinOP
If anyone has done this in production I'd be interested to hear about your experience.