estuary icon indicating copy to clipboard operation
estuary copied to clipboard

Setup a remote cache server like redis

Open en0ma opened this issue 2 years ago • 3 comments

en0ma avatar Dec 08 '22 11:12 en0ma

Why do we want it to be a remote server? Shouldn't the cache just be in memory?

anjor avatar Dec 08 '22 16:12 anjor

Why do we want it to be a remote server? Shouldn't the cache just be in memory?

3 possible reasons;

  • so we can scale it separately and it won't eat the dependent service memory
  • in HAAPI would, we would want it distributed
  • other services will use it too

en0ma avatar Dec 08 '22 16:12 en0ma

I see your point, but I wonder if this is overengineering it a bit; especially if we think of the use case where people might be running their own estuary nodes.

I am of the opinion we should try and do the simple thing first. What do you think?

anjor avatar Dec 09 '22 10:12 anjor