Matt Raible
The last time I tried this tutorial (March 10, 2020), it worked just fine for me. The only think I can think of is you’re missing the following properties in api-gateway/src/main/resources/application.properties:
feign.hystrix.enabled=true
hystrix.shareSecurityContext=true
If you already have that, you might try comparing your code to the example on GitHub.