1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-24 08:02:32 +02:00

Update README.md

This commit is contained in:
Asim Aslam 2020-12-26 15:42:10 +00:00 committed by GitHub
parent d197438e16
commit 35d72660c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,7 @@ Event notifications are a core pattern in micro service development. The default
leadership are built in as a Sync interface. When using an eventually consistent database or scheduling use the Sync interface.
- **Pluggable Interfaces** - Go Micro makes use of Go interfaces for each distributed system abstraction. Because of this these interfaces
are pluggable and allows Go Micro to be runtime agnostic. You can plugin any underlying technology. Find plugins in
[github.com/micro/go-plugins](https://github.com/micro/go-plugins).
are pluggable and allows Go Micro to be runtime agnostic. You can plugin any underlying technology.
## Getting Started