#Database Transactions & API Calls: Exploring Options

1 messages · Page 1 of 1 (latest)

alpine egret
#

Hello @lament nexus , I understand your concern about potential database contention when integrating external API calls within transactions. To address this, we can explore alternative strategies like background jobs, or even Kafka for asynchronous processing. However, it's crucial to gauge the level of importance you place on real-time consistency between your database and Permify to choose the best-fit solution for your specific needs.

lament nexus