Skip to content

各RPC架構、grpc Interceptor實作, 利用grpcurl 工具進行偵錯

Notifications You must be signed in to change notification settings

ohno104/gRPC-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC-Service

gRPC架構實作與Protobuf撰寫

Descript

  1. Protobuf撰寫
  2. 利用protoc與protoc-gen-go產生對應的.pb.go檔案
  3. 使用grpc package實作RPC架構,
    • Unary RPC架構
    • Server-side streaming RPC架構
    • Client-side streaming RPC架構
    • Bidirectional streaming RPC架構
  4. 實作gRPC Interceptor,進行逾時控制
  5. 使用grpcurl工具,查詢該RPC服務的方法與偵錯

About

各RPC架構、grpc Interceptor實作, 利用grpcurl 工具進行偵錯

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages