-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
1. When AT mode will support composite primary key? is there any schedule?
by the way,will seata support store procedure?
2. When seata will release XA mode? is there any schedule?
3. will TC…
-
**Background**
샵 서비스를 생성하기 위해서는 스프링 프로젝트 생성을 해야 한다
**To Do**
**Functional Requirement**
- Java JDK 17
- Gradle.kotlin
- Spring Boot 3.0.1
MSA Client 기준
- Lombok
- Spring Configuration Processor…
-
Resilience4j version: 1.7.x (cant run java17) (but very likely same issue in latest as same builder pattern is applied)
Java version: java11
Thanks for raising a Resilience4j issue.
I opened …
-
由于框架余留问题,我想问下,retrofit能和openfeign一起在一个项目中使用吗?我测试了下,发现好像全局熔断策略不生效
-
## WIP Notice
I am currently working on this feature request across multiple repositories, so this this will be updated multiple times. Once finished, this notice will be removed. As soon as this not…
-
https://qicoder.com/rpc/feign-springcloud/
一 如何引入Feign 需要引入依赖group: org.springframework.cloud artifact id: spring-cloud-starter-openfeign 并且使用注解@EnableFeignClients使Feign生效 1 2 3 4 5 6 7 8 9 @Sp…
-
My trace id was not being transmitted forward to the other service that I was calling with OpenFeign. The solution was to expose the client, as mentioned in this post https://stackoverflow.com/a/58696…
-
## What happened?
I have an endpoint method with an optional argument annotated by `@HeaderParam`:
```java
@GET
@Path("/doStuff")
String doStuff(@HeaderParam("value") Optional value);
```
I p…
-
hi,
I want to get a download stream in the form application / octet-stream or application / octet-stream;charset=UTF-8.
On the Mediator server, called the API server to spring-cloud-open-feign.
B…