Create feign configuration without using @EnableFeignClient
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 9.8k
- Forks
- 1.9k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 41
Description
I have a java application thats used by another service (B) as a jar. My service is using feign client to call its downstream service. When service B makes a call to my application, the feign client configurations are not getting loaded and it shows null value for feign client variable. Is their any way to load configurations in a custom manner?

Thats the application class which is having @EnableFeignClient, but not helping as service B is directly calling service method.



Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the application class using @EnableFeignClient and trace how service B invokes the service method when the application is packaged as a jar. Compare that path with Feign client initialization and determine whether custom configuration is a supported requirement. Done should include a reproducible case and either documented configuration behavior or a clearly scoped fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100