Skip to content

vpetrovaa/eureka-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Service Registry Pattern

The pattern full description

During creating monolithic application we used one service run in specific fixed location. However, in microservice architecture we use several services. Their network locations are dynamically assigned and it is often hard to keep track of microservice locations beforehand. So, the service discovery pattern was introduced, and it allows developers to find the network locations of microservices without injecting or coupling services.

Releases

No releases published

Packages

No packages published

Languages