1. 程式人生 > >Golang微服務Micro學習-執行第一個微服務啟程

Golang微服務Micro學習-執行第一個微服務啟程

  • Service Discovery - Automatic service registration and name resolution
  • Load Balancing - Client side load balancing built on discovery
  • Message Encoding - Dynamic encoding based on content-type with protobuf and json support
  • Sync Streaming - RPC based communication with support for bidirectional streaming
  • Async Messaging - Native PubSub messaging built in for event driven architectures