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
Joey
07/01/2024, 7:14 PM
Outbox pattern is writing records to both the normal tables and an "updates" table
Joey
07/01/2024, 7:14 PM
and then having a process read from the updates table to update in SpiceDB