Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 626 Bytes

Antra_Project

Microservice project reading data from dummy and university database.

    1. Merge university service into this microservice
    1. Configure gateway so that gateway can send request to university servicer
  •   → routes to university service
    
    1. Write endpoints in search service → fetch data from university service
    1. Write endpoint in search service → fetch all employees from dummy data(if can’t retry) + fetch all student info
    1. Configure hystrix fail tolerance on /employee in search service
    1. Provide exception handling in search application
    1. Provide log in your implementations