rpc-framework
Here are 236 public repositories matching this topic...
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
- 了解 SOFAStack 的使用场景以便更好的规划技术路线
- 聆听社区的不同声音,让 SOFAStack 变得更好
- 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack
收集方式
请按如下参考格式回复本 Issue 进行登记:
* 公司/组织名称:蚂蚁金服
* 地点:中国杭州
* 网址:http://www.antfin.com
* 使用组件及场景:全套金融级分布式中间件
* 联系方式:[email protected]
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
-
Updated
Apr 23, 2020 - PHP
-
Updated
Jun 17, 2020 - Java
- Explain
|syntax - Write more about services and clients and when you might return what errors. Have some examples.
- Make it more clear that service implementations must be
Clone/Send/'static- Add to the readme
- Add to the macro documentation if it's not there
- Warn of the dangers of mixing
FutureServicewithSyncClient- Namely, if the client runs on
-
Updated
Apr 29, 2020 - C
-
Updated
Jun 15, 2020 - Java
-
Updated
Jun 21, 2020 - Go
-
Updated
Jun 23, 2020 - Java
Hi,
by a total chance, I've run into this fragment on main page (http://spyne.io/#auxproc=Sync&s=aux :)
To do additional work after the primary method returns, you can set the aux attribute in another service definition class and implement the same method signature
For a total beginner in spyne/rpc world (that is me) this was quite enlighting in terms of what is happening. Earlier
-
Updated
Jun 3, 2020 - C#
-
Updated
Oct 30, 2019 - Java
-
Updated
Apr 23, 2018 - Java
-
Updated
Feb 9, 2020 - Go
-
Updated
Jun 23, 2020 - Go
-
Updated
Jun 8, 2020 - Go
-
Updated
Apr 5, 2020 - Clojure
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Nov 8, 2017
In case if client socket closes the connection - 'send' will cause an unhandled rejection, which in some production environments might lead to application crash!
Mentioned problem is relevant to any other socket.send call.
Steps to reproduce:
- Call some long running rpc tas
-
Updated
Jul 18, 2018 - Java
-
Updated
Jun 23, 2020 - Java
-
Updated
Jun 11, 2020 - C++
-
Updated
Nov 1, 2018 - Java
-
Updated
Apr 3, 2020 - Python
-
Updated
Feb 2, 2018 - JavaScript
Improve this page
Add a description, image, and links to the rpc-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpc-framework topic, visit your repo's landing page and select "manage topics."


在2.3 使用 tarscloud/framework 部署框架中