TarsJava
TarsJava copied to clipboard
Java language framework rpc source code implementation
Hi, I'm a newbie in tars and I have a huge problem. Whenever I try to mvn install: _Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar (attach-javadocs) on project tars-common-api: MavenReportException: Error while...
We prefer selecting one invoker even all invokers are not available for the following reasons: 1. if all invokers are not available, select one and have a try would not...
If you find any dependent libraries in code but never display its open source license in the License file, please comment on this issue, We will update the License file...
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.1 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...
tars 1.6.3如何更改jdk版本 ,目前服务器上是1.8,想要换成17,通过修改tars-maven-plugin插件的uinxBinTemplete发现没有用  在tars-web上也没有发现哪有模版文件可以修改jdk版本的 求解。谢谢
`private void updateServantEndpoints(ServantProxyConfig cfg) { CommunicatorConfig communicatorConfig = communicator.getCommunicatorConfig(); String endpoints = null; if (!ParseTools.hasServerNode(cfg.getObjectName()) && !cfg.isDirectConnection() && !communicatorConfig.getLocator().startsWith(cfg.getSimpleObjectName())) { try { /** query server nodes from registerServer */ if...
 @TimmyYu 1.7.2 版本 TarsInputStream 这个read方法第一个参数b没有用到,我理解这个b应该就是协议定义了默认值defaultValue,如果协议定义了默认值应该就使用协议默认值,而不是写死的默认值