Skip to content

dhaval201279/RESTClientDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application demonstrating approach for implementing REST client with desired NFRs

Reference implementation of my article demonstrating how to implement REST client using Spring Rest Template and Apache HTTP Client which is :

  • Optimized in terms of connection pool management along with its externalized configurability
  • Resilient to handle errors along with configurable retries
  • Easy to monitor Connection Pool as a resource by capturing required connection pool metrics
  • Having capability to conditionally access secured REST endpoints

Bootstrapping downstream system a.k.a 'alias-service-api' which is invoked by Spring Rest Template

  1. Go to bin directory of Go
  2. Run this command - go run <Full Path>\alias-service-api.go

About

Reference implementation demonstrating implementation of performant, resilient, observable and secured REST client using Spring RestTemplate and Spring Retry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published