alibaba/Sentinel

Sentinel gRPC support for Streaming RPC

Open

#1,662 opened on Aug 12, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (8,150 forks)batch import
area/integrationsgood first issue

Repository metrics

Stars
 (23,109 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Issue Description

Type: feature request

Describe what happened (or what feature you want)

We are trying to integrate Sentinel with gRPC client for Circuit Breaker capabilities, using interceptor 'SnetinelGrpcClientInterceptor'. We have noticed that it is documented that - 'interceptor only supports unary methods in gRPC' we would like to know if you have any plans in extending the support for gRPC Streaming methods.

Contributor guide