sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

SOFARPC 支持 Stream 流式处理方式 #1332

Closed EvenLjj closed 8 months ago

EvenLjj commented 1 year ago

简介

2023 开源之夏项目,Stream 方式是一种异步的流式处理方式,可以在数据传输过程中逐个处理数据,避免一次性传输大量数据造成的性能问题。服务端Stream 是指服务端在处理请求时,将数据分成多个部分逐个返回给客户端的过程;客户端 Stream 是指客户端在请求服务器时,将请求参数分成多个部分逐个发送给服务器的过程。Stream 方式可以让我们在处理大量数据时更高效地使用资源,提高系统的性能和响应速度。SOFARPC 中需要支持 triple、bolt 协议 Stream 方式流式处理。

namelessssssssssss commented 1 year ago

Please assign me.

namelessssssssssss commented 1 year ago

详细的提案整理后会发出来 :)

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

pandalee99 commented 10 months ago

I still have time to do it. Can you assign it to me?thanks

namelessssssssssss commented 10 months ago

I still have time to do it. Can you assign it to me?thanks

I will complete Stream transport support for the Triple protocol these days. And i will leave the rest of the work (Bolt protocol) to you :)

pandalee99 commented 10 months ago

I still have time to do it. Can you assign it to me?thanks

I will complete Stream transport support for the Triple protocol these days. And i will leave the rest of the work (Bolt protocol) to you :)

OK

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.