Data sync to SpiceDB
# spicedb
f
so we have already tried kafka. Kafka can get complicated if the kafka-connectors are not configured properly. I'm trying to do the write-to-db and write-to-spicdDB method now, but what is about outbox pattern?
j
Outbox pattern is writing records to both the normal tables and an "updates" table
and then having a process read from the updates table to update in SpiceDB
f
hmm, this also sounds interesting
34 Views