apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.56k stars 3.98k forks source link

[Question] Is it compatible with the Stream feature of gRPC Python client #2791

Closed zhyncs closed 3 weeks ago

zhyncs commented 1 month ago

Hi bRPC developers @chenBright @wwbmmm @wasphin @thorneliu As titled, is bRPC compatible with the Stream feature of gRPC Python client? The main use case is similar to the SSE feature of ChatGPT, with the client accessing it being Python and using the Streaming mode.

chenBright commented 3 weeks ago

From what I understand, bRPC does not support gRPC streaming.