Skip to content

Latest commit

 

History

History

04.using-client-side-loadbalancing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Using Client Side Load Balancing - using Spring Cloud LoadBalancer

Note: Please make sure to start the address-service on 8082 and 8083 ports.

Screenshot 2022-12-26 at 1 00 56 PM


HTTP GET: http://localhost:8080/api/student/getById/1

{
    "id": 1,
    "firstName": "Raj",
    "lastName": "Dave",
    "email": "raj_dave@yahoo.com",
    "addressResponse": {
        "addressId": 1,
        "street": "Delhi",
        "city": "Happy Street"
    }
}