cloudwego / kitex

Go RPC framework with high-performance and strong-extensibility for building micro-services.
https://www.cloudwego.io
Apache License 2.0
6.92k stars 806 forks source link

Implement GRPC GenericStreamClient #1229

Open felix021 opened 8 months ago

felix021 commented 8 months ago

Help needed to implement the GenericStreamClient for kitex.

If you're interest, please write a detailed plan for your implementation.

Advice for the task:

gude commented 7 months ago

Our team need this feature. Can I take this Issue?

felix021 commented 5 months ago

@gude We now have urgent requirement for this feature, so it will be implemented by @Marina-Sakai

Marina-Sakai commented 2 weeks ago

The basic generic streaming functions have been completed, but the interface needs to be adjusted. The feature is expected to be released later.