Tuesday 25 August 2020

How to sync data across distributed systems with the same database?

Hey guys, I'm wondering how you guys sync data across all different systems if they're pulling from the same or a few databases.I'm reading into Kafka and their message bus that would allow messages to be queued up correctly and then sent out to any subscribers to a topic.I'm still not sure what Kafka does.Also, how exactly do you manage which database query gets prioritized so that you don't have potential overlap or have the data sets return two different things to two different consumers?

Submitted August 25, 2020 at 09:51PM by ibeeliot

No comments:

Post a Comment