You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/01/02 06:13:44 UTC

[GitHub] [servicecomb-java-chassis] zhangrongfei opened a new issue #1506: 能否允许业务对流式数据进行处理,比如上行流可以让业务自己来读取

zhangrongfei opened a new issue #1506: 能否允许业务对流式数据进行处理,比如上行流可以让业务自己来读取
URL: https://github.com/apache/servicecomb-java-chassis/issues/1506
 
 
   现在业务需要流式读取数据,但是貌似框架会把数据从socket里面读取完毕,然后一把给到下面业务处理,这块有没有比较好的方法来完成,多谢!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1506: 能否允许业务对流式数据进行处理,比如上行流可以让业务自己来读取

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #1506: 能否允许业务对流式数据进行处理,比如上行流可以让业务自己来读取
URL: https://github.com/apache/servicecomb-java-chassis/issues/1506#issuecomment-570421855
 
 
   可以参考这个[示例](https://github.com/apache/servicecomb-java-chassis/blob/master/demo/demo-signature/src/main/java/org/apache/servicecomb/demo/signature/ClientSignature.java)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services