•   Home
  •   Github
  •   LinkedIn
  •   Subscribe

distributed-systems

Posts: 7

ACID Consistency vs. CAP Consistency: Same Word, Different Worlds

Sep 01, 2022 | distributed-systems, system-design

“Consistency” is one of those overloaded terms in computer science. It shows up in ACID transactions and in the CAP theorem, but it means very different things depending on the context. Let’s unpack the difference. Consistency in ACID In the ACID world, consistency is really about data integrity. It…

Discovering Services using Apache Curator in Scala

Jul 08, 2022 | scala, apache-curator, service-discovery, distributed-systems

In any distributed system, services need to discover each other to be able to communicate. This requires a broker of sorts in place to which services could register themselves and be discovered by other services. This mechanism is what is known as Service Discovery and the most famous choice of…

Newer Posts Page 2 of 2
Theme Attila by zutrinken Published with Ghost