-
## Observed vs. expected behavior
Compiling Scala code using SBT with the libraryDependencies
libraryDependencies += "com.querydsl" % "querydsl-core" % "5.1.0"
libraryDependencies += "com.que…
-
I have a code where I have multiple @FeignClients and now we are having performance problems that could be solved by parallel requests. I saw that since 11.7 the AsyncClient allows to make non blockin…
-
OpenFeign or Retrofit are generally included to create REST API consumers along with OkHttp3 which has a better performance and API than HttpUrlConnection
-
In Kafka Producer sample, zipkin reporter is not initialized, hence tracings are not reported to the zipkin consumer.
openfeign sample works fine.
-
检测到 kobelee/aliyun-ddns-client 一共引入了57个开源组件,存在1个漏洞
```
漏洞标题:Apache Commons IO路径遍历漏洞
缺陷组件:commons-io:commons-io@2.2
漏洞编号:CVE-2021-29425
漏洞描述:Apache Commons IO是美国阿帕奇基金会(Apache)公司的一个应用程序。可以帮助开发IO功能。
Apac…
-
https://www.fangzhipeng.com/springcloud/2018/08/30/sc-f4-hystrix/
方志朋的博客
-
I just updated `feign-okhttp` from `11.9.1` to `12.1` and started getting the following error: `java.lang.NoSuchMethodError: 'boolean feign.Request$HttpMethod.isWithBody()'`. While debugging i noticed…
-
## Description
인증 - JWT를 발급한다.
## TODO
- [x] spring security 설정
- [x] Authentication Filter 구현 (JWT 발급)
- [x] 로그인을 위해 bookstore에서 member info 가져오기
## ETC
기타사항
okeio updated
5 months ago
-
- [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
feignClient 无法创建,导致项目启动失败。
### Ⅱ.…
-
I've been checking out the behaviour of Apache's HttpClient with reusing pooled connections lately, and found a little unneccessity in OpenFeign's ApacheHttpClient that makes live more difficult:
If …