Distributed Locks With Apache Pulsar

Save time on complex computations

The Bored Dev
Better Programming
Published in
5 min readNov 15, 2021

--

Photo by alexander ehrenhöfer on Unsplash

One of the most common challenges that we software engineers have sometimes is how to ensure that only one component in our distributed application is doing a certain computation at a time.

For example, let’s say we are running three nodes in our application and we need to run a scheduled job daily. How can we make sure…

--

--