Quick POC for "service discovery" using ZooKeeper
POC for service discovery where 3 service instances register themselves, and 1 instance goes down. You’ll use ZooKeeper CLI and observe how ephemeral nodes and watches handle failures.
Step 1: Install and Start ZooKeeper
Start ZooKeeper Server:
br...
hyadav.hashnode.dev2 min read