Skip to content

issues Search Results · repo:TarsCloud/TarsJava language:Java

Filter by

112 results
 (111 ms)

112 results

inTarsCloud/TarsJava (press backspace or delete to remove)

Caused by: rpc.exc.ClientException: xxxx.xxxxServer.xxxxObj|Connection reset by peer|172.xx.xx.xx:10003 Caused by: java.io.IOException: Connection reset by peer|172.xx.xx.xx:10003 at client.rpc.ServantClient.invokeWithSync(ServantClient.java:124) ...
  • mofaxiaoyuan
  • 1
  • Opened 
    on Dec 10, 2024
  • #223

➜ tars-spring-boot-server git:(v1.7.x) ✗ cd ../tars-spring-boot-client ➜ tars-spring-boot-client git:(v1.7.x) ✗ mvn package [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered ...
  • lizongying
  • 1
  • Opened 
    on Mar 28, 2024
  • #215

cd TarsJava/examples/tars-spring-boot-server mvn package [ERROR] Failed to execute goal on project tars-spring-boot-server: Could not resolve dependencies for project com.tencent.tars:tars-spring-boot-server:jar:1.7.4: ...
  • lizongying
  • 2
  • Opened 
    on Mar 28, 2024
  • #214

image @TimmyYu 1.7.2 版本 TarsInputStream 这个read方法第一个参数b没有用到,我理解这个b应该就是协议定义了默认值defaultValue,如果协议定义了默认值应该就使用协议默认值,而不是写死的默认值
  • beyondhc
  • 2
  • Opened 
    on Oct 18, 2023
  • #213

image @TimmyYu 有空帮看下是否这块应该重载一个方法com.qq.tars.protocol.tars.TarsInputStream#read(T, int, boolean,Object)入参新增默认值字段,如果propertyInfo.getDefaultValue != null 就使用协议默认值,而不是read写死默认值。如下面的重载方法 image
  • beyondhc
  • Opened 
    on Oct 17, 2023
  • #212

主要是想在同个taskweb上面做测试环境和正式环境的区分,想做到流量染色的效果,某一个节点只会用来跑测试代码
  • bobo502
  • 1
  • Opened 
    on Jul 6, 2023
  • #209

`private void updateServantEndpoints(ServantProxyConfig cfg) { CommunicatorConfig communicatorConfig = communicator.getCommunicatorConfig(); String endpoints = null; if (!ParseTools.hasServerNode(cfg.getObjectName()) ...
  • beyondhc
  • Opened 
    on Mar 1, 2023
  • #206

@TarsClient 注解支持 延迟连接,用于减少长连接数,当有调用发起时,再创建长连接
  • beyondhc
  • Opened 
    on Dec 8, 2022
  • #204
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub