Skip to content

A generic Feign based client that can be dynamically used for various services or URL

License

Notifications You must be signed in to change notification settings

yantrashala/generic-feign-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feing based generic client

A generic feign based http client implementation that may be used to invoke any services directly or via Eureka

To use: Set a dependency for this jar/project. Declare the configuration ServiceClientConfiguration as a configuration in your application. Inject ClientConfigurer into the services that need to invoke other services. Configure a client using any of the methods in the ClientConfigurer. Use the direct client for direct calls, or the load balanced client for invocations using Eureka based service ID.

About

A generic Feign based client that can be dynamically used for various services or URL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages