Springboot-Microservice
Springboot-Microservice copied to clipboard
Unable to find GatewayFilterFactory with name CircuitBreaker
I am getting Illegal Argument Exception: Unable to find GatewayFilterFactory with name CircuitBreaker, In API Gateaway microservice after adding filter in yml file
@shabbirdwd53 any solution for this yet?
I have the same issue. It must be a conflict or something because I Implement the same that oyu have on this repo and youtube video.
Hi @dinakaranram9 @3d3n @karagozidis , I faced the same issue and got resolved by following this https://stackoverflow.com/a/70859046
Ignore if already done.
Thank you, will give it a try