Browse Source

Update Integration-Services.md

pull/16023/head
Halil İbrahim Kalkan 3 years ago
committed by GitHub
parent
commit
ac78dc969b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Integration-Services.md

4
docs/en/Integration-Services.md

@ -6,7 +6,7 @@ The following figure shows a few microservices behind an API Gateway that is con
![integration-services](images/integration-services.png)
HTTP requests coming from out of the API Gateway can be called as *external request*, while the HTTP requests performed between microservices can be considered as *internal requests*. The application services that are designed to respond to these external requests are called as *integration services*, because their purpose is to integrate microservices in the system, rather than respond to user requests.
HTTP requests coming from out of the API Gateway can be called as *external request*, while the HTTP requests performed between microservices can be considered as *internal requests*. The application services that are designed to respond to these internal requests are called as *integration services*, because their purpose is to integrate microservices in the system, rather than respond to user requests.
## Marking an Application Service as Integration Service
@ -77,4 +77,4 @@ Tip: You can call the `options.ConventionalControllers.Create` multiple times to
* [Application Services](Application-Services.md)
* [Auto API Controllers](API/Auto-API-Controllers.md)
* [Audit Logging](Audit-Logging.md)
* [Audit Logging](Audit-Logging.md)

Loading…
Cancel
Save