Describe the bug i am using @EnableZuulProxy to proxy my service, but when i add spring.main.lazy-initialization=true, all proxy response become empty response,
Sample refer https://github.com/kioyong/zuul-proxy-issue-reproduce when add below config in application.yml, all proxy response become empty
spring:
main:
lazy-initialization: true # zuul proxy routes return empty response when lazy-initialization is true
Comment From: spencergibb
This module has entered maintenance mode. This means that the Spring Cloud team will no longer be adding new features to the module. We will fix blocker bugs and security issues, and we will also consider and review small pull requests from the community.
It looks like zuul just doesn't support lazy initialization.