Closed lj19950508 closed 1 year ago
spring-cloud-start-openfeign 3.0.3
If I inject feignclient, the application cannot start and is always starting , and it has not error log
can you provide a minimal, reproducible example here? Like a github repo we could import and see the issue you report? Thank you.
spring:
cloud:
gateway:
discovery:
locator:
enabled: true
it's problem, i can't run with it
gitrepo demo : https://github.com/lj19950508/demofork8sissure
this is the dump
"main" #1 prio=5 os_prio=0 cpu=4578.13ms elapsed=21.68s tid=0x00000282ef121800 nid=0x5194 waiting on condition [0x000000e8136fc000] java.lang.Thread.State: WAITING (parking) at jdk.internal.misc.Unsafe.park(java.base@11.0.12/Native Method)
same problem with the following: Spring Cloud: 2021.0.1 spring-cloud-kubernetes: 2.1.0 spring-cloud-gateway: 2.1.0 spring-cloud-openfeign: 3.1.0
same problem with the following: Spring Cloud: 2021.0.1 spring-cloud-kubernetes: 2.1.0 spring-cloud-gateway: 2.1.0 spring-cloud-openfeign: 3.1.0
Replace openfeign with webclient
@lj19950508 thx
Please retry with 2021.0.5 or 2022.0.0.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
Env: Spring-cloud: 2020.0.3 spring-cloud-starter-gateway : 3.0.3 spring-cloud-starter-kubernetes-fabric8-all :2.0.3
when i run spring-cloud-gateway application ,
It's always starting and there is no error in the log , just warn