-
Feign-Micrometer supplies observation integration through a Capability, creating an observation with the name `http.client.requests`, low-cardinality KeyNames are:
* http.status_code
* http.method
…
-
`
org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/octet-stream' not supported
at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverter…
-
http://blog.didispace.com/spring-cloud-alibaba-2/
通过《Spring Cloud Alibaba基础教程:使用Nacos实现服务注册与发现》一文的学习,我们已经学会如何使用Nacos来实现服务的注册与发现,同时也介绍如何通过LoadBalancerClient接口来获取某个服务的具体实例,并根据实例信息来发起服务接口消费请求。但是这样的做法需…
-
Spring Cloud Gateway is the first-option gateway, which is based on HTTP/REST to communicate between the services' consumers and providers. Now, Spring Cloud Alibaba supports Apache Dubbo as the servi…
-
The FieldQueryMapEncoder implementation uses the `Param` annotation to set the field names:
https://github.com/OpenFeign/feign/blob/68f79847449c6df36010e9c4118c4244854ea67c/core/src/main/java/feign…
-
### Description:
Following error occurred when updating the keys when KeyCloak is configured as Key Manager.
```
ERROR - GlobalThrowableMapper An unknown exception has been captured by the global e…
-
https://hzkls.github.io/posts/d18c1c50.html#60-Fork-Join%E6%A1%86%E6%9E%B6%E4%BA%86%E8%A7%A3%E5%90%97%EF%BC%9F
Golang基础入门知识笔记,配套慕课网Go体系课
-
## CVE-2021-21290 - Medium Severity Vulnerability
Vulnerable Library - netty-codec-http-4.1.27.Final.jar
Netty is an asynchronous event-driven network application framework for
rapid development…
-
Hi there.
With spring-cloud-openfeign, it is possible to specify feign configuration by client with :
```yaml
feign:
client:
config:
feignName:
connec…
-
HmilyFeignInterceptor在对事务信息转为json 设置到 请求头里面时json串因为没有UrlEncode被当成模板解析了,导致后面的服务再接收时,json串缺失数据了。
https://github.com/spring-cloud/spring-cloud-openfeign/issues/711