TarsJava icon indicating copy to clipboard operation
TarsJava copied to clipboard

Java language framework rpc source code implementation

Results 44 TarsJava issues
Sort by recently updated
recently updated
newest added

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

help wanted
good first issue
question

能否追加注册中心consul和etcd?

enhancement

生成的代码没有文档,是否考虑在 tars 定义文件里写文档,生成的时候自动添加的生成代码中

enhancement
good first issue

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

enhancement
good first issue
question

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

dependencies

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

dependencies

tars 1.6.3如何更改jdk版本 ,目前服务器上是1.8,想要换成17,通过修改tars-maven-plugin插件的uinxBinTemplete发现没有用 ![image](https://user-images.githubusercontent.com/102339889/191168904-f3cfedbb-0ba5-46ec-a029-f39c06e17e85.png) 在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...

![image](https://github.com/TarsCloud/TarsJava/assets/10016248/59105e9f-e61e-4404-ba2e-35639ffd1908) @TimmyYu 1.7.2 版本 TarsInputStream 这个read方法第一个参数b没有用到,我理解这个b应该就是协议定义了默认值defaultValue,如果协议定义了默认值应该就使用协议默认值,而不是写死的默认值