DEV Community

leonav0408
leonav0408

Posted on

Help needed: Feign client communication

Hey folks,

I need help with a solution w.r.t Feign client communication in microservices architecture. I need to add custom header before requesting another mircoservice usign feign client. Basically, I need pass some information for every request made from one micro service to another using feign client. This is for tracing information to pass trace context.

Thanks in advance!
Best,
Navya

Top comments (0)