Ryan Baxter
Ryan Baxter
I think we dont want to remove the `isIncludeHeader` check from `buildZuulRequestHeaders` completely because we still want to check for any headers the user wanted to ignore. Maybe we can...
@stheves do you want to submit a PR with a change then?
Is there some kind advantage to doing it this way as opposed to using spring cloud contract?
OK maybe I misunderstood the use case. This is not for testing our Zuul implementation in SC Netflix its for testing apps using Zuul, right?
Makes sense, could we get some documentation then on how its used?
If the refresh event deregisters the client and then re-registers the client I dont understand what the issue is....I must be missing something.
What if you configured retry with some kind of backoff policy and used a circuit breaker? Hopefully things would come back up and reregister fairly quickly and if your client...
I think we understand what you are saying. I think an argument for the opposite can also be made, when using a `RestTemplate` you may expect that it would be...
NP, we appreciate the feedback!
I think in that case you would have to create a `RestTemplate` object per service and not one global `RestTemplate` used everywhere.