baidu / starlight

Java implementation for Baidu RPC, multi-protocol & high performance RPC.
Apache License 2.0
961 stars 282 forks source link

can increase the network usage for reading data from cpp server by java client #363

Closed fzhedu closed 1 year ago

fzhedu commented 1 year ago

Describe the bug A clear and concise description of what the bug is. https://github.com/apache/brpc/issues/2369

the brpc java client can read data from cpp server, but just using 30% network, so I wonder starlight can increase the network usage for such cases?

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. See error

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

tullyliu commented 1 year ago

这块没有特别的设计,我理解是starlight是可以用满网络带宽的,不过可能在StarRocks的场景还需要streaming的能力,我们目前还没支持。

fzhedu commented 1 year ago

@tullyliu 明白,谢谢您的回复。