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?
L
06/14/2024, 12:31 AM
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
Joey
06/14/2024, 2:09 AM
> Would the behavior be sane?
almost; they wouldn't share a cache
Joey
06/14/2024, 2:09 AM
so the caching would be less
l
L
06/14/2024, 4:31 AM
Caching is probably a feature we wont be sensitive to