Skip to content

Commit c2cc03a

Browse files
committed
update readme
1 parent b02e1e0 commit c2cc03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Go Micro abstracts away the details of distributed systems. Here are the main fe
2020

2121
- **Service Discovery** - Automatic service registration and name resolution. Service discovery is at the core of micro service
2222
development. When service A needs to speak to service B it needs the location of that service. Consul is the default discovery
23-
system with multicast DNS being a local option.
23+
system with multicast DNS (mdns) as a local option or the SWIM protocol (gossip) for zero dependency p2p networks.
2424

2525
- **Load Balancing** - Client side load balancing built on service discovery. Once we have the addresses of any number of instances
2626
of a service we now need a way to decide which node to route to. We use random hashed load balancing to provide even distribution

0 commit comments

Comments
 (0)