Skip to content

Initial gRPC implementation

Latest

Choose a tag to compare

@kafkiansky kafkiansky released this 23 Feb 08:42
· 8 commits to 0.1.x since this release

Features

  • Unary requests
  • Client streaming
  • Server streaming
  • Bidirectional streaming
  • Interceptors
  • Compression
  • grpc-timeout
  • Error handling

Known problems

  • Handle Connection closed unexpectedly on the server
  • How to prevent message loss when working with streaming if the server returns an error immediately (e.g., an authorization error)?