I'm evaluating a really small usecase.
# spicedb
l
I'm evaluating a really small usecase. What would happen if multiple instances of spicedb were running with the same backing datastore, but without the operator? Would the behavior be sane?
I've been assuming that it should just work, and we might lose some value at the load balancing level? In this case, there's a clear relationship from upstream to spicedb host.
j
> Would the behavior be sane? almost; they wouldn't share a cache
so the caching would be less
l
Caching is probably a feature we wont be sensitive to
Okay sweet