servicecomb-java-chassis icon indicating copy to clipboard operation
servicecomb-java-chassis copied to clipboard

ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management...

Results 233 servicecomb-java-chassis issues
Sort by recently updated
recently updated
newest added

https://servicecomb.apache.org/references/java-chassis/zh_CN/security/tls.html 有些环境不需要tls通信,有些需要,如何配置实现? 我试着通过这个参数servicecomb.rest.address配置,一个有sslEnabled=true参数,一个没有这个参数,但发现不行,还是会去读取ssl.sslCustomClass: org.apache.servicecomb.demo.DemoSSLCustom,导致问题。

version:2.6.0 code:getWaitTime in SyncResponseExecutor ``` private long getWaitTime(Invocation invocation) { if (invocation.getOperationMeta().getConfig().getMsRequestTimeout()

I have built a microservice provider based in Spring boot standalone starter. It listens on port `8116`. The Rest API's provided by this service can be consumed directly on this...

1、在schema schema-a 文件中定义如下模型 ``` GpcsRet: type: "object" properties: code: type: "integer" description: "返回码" msg: type: "string" description: "返回描述" ``` 2、是否可以在schema B 文件中如下引用 ``` CommonRsp: type: "object" properties: ret: $ref: "schema-a.yaml#/definitions/GpcsRet"...

服务是容器服务,以java命令启动springboot的jar 服务启动后,java进程关联端口是tcp的端口,服务运行一段时间后,即被调用一段时间后,会创建多个udp的全零监听端口,端口是随机创建的,无固定端口 想了解下怎么去关闭udp的端口,udp的端口是怎么创建的。

enhancement

Is there any guide on building microservices docker images and deployment in docker containers. I See the `Demo` https://github.com/apache/servicecomb-java-chassis/tree/master/demo has files for Docker-build-config and Docker-run-config. But not sure how to...

… the dynamic configuration scenario Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed for the...

Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.7.0 to 2.7.2. Release notes Sourced from spring-boot-maven-plugin's releases. v2.7.2 :lady_beetle: Bug Fixes Publishing a docker image to a private registry fails without authentication #31824 In a...

dependencies
java