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 2019/12/04 01:08:04 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1433: AsyncRestTemplate是否支持reactive?

liubao68 commented on issue #1433: AsyncRestTemplate是否支持reactive?
URL: https://github.com/apache/servicecomb-java-chassis/issues/1433#issuecomment-561428621
 
 
   1.3.0版本支持AsyncRestTemplate , 例子可以参考 [java-chassis sample, springmvc](https://github.com/apache/servicecomb-samples/tree/master/java-chassis-samples)的SpringmvcConsumerMain类
   
   ***说明*** 从Spring 5开始, spring已经废弃使用AsyncRestTemplate, 未来会寻找新的替换方案,所以建议使用RPC的方式处理reactive。 

----------------------------------------------------------------
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