I'm working on an app that uses Spring Sleuth and Feign to propagate headers between incoming and outgoing rest requests automatically. We want to restrict this blanket behaviour (as headers are forwarded on all downstream calls) and remove a specific header from one call.
I'm wondering if spring provides this flexibility. I saw there's an similar question but cannot understand the solution and looking around the Sleuth documentation and code I cannot find an option to do this.