Skip to content

Commit 4e52974

Browse files
authored
Update howto-invoke-non-dapr-endpoints.md (#4369)
Update service invocation steps according to diagram Signed-off-by: Michael Klich <[email protected]>
1 parent f390f74 commit 4e52974

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

daprdocs/content/en/developing-applications/building-blocks/service-invocation/howto-invoke-non-dapr-endpoints.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ The diagram below is an overview of how Dapr's service invocation works when inv
3838
<img src="/images/service-invocation-overview-non-dapr-endpoint.png" width=800 alt="Diagram showing the steps of service invocation to non-Dapr endpoints">
3939

4040
1. Service A makes an HTTP call targeting Service B, a non-Dapr endpoint. The call goes to the local Dapr sidecar.
41-
2. Dapr discovers Service B's location using the `HTTPEndpoint` or FQDN URL.
42-
3. Dapr forwards the message to Service B.
43-
4. Service B runs its business logic code.
44-
5. Service B sends a response to Service A's Dapr sidecar.
45-
6. Service A receives the response.
41+
2. Dapr discovers Service B's location using the `HTTPEndpoint` or FQDN URL then forwards the message to Service B.
42+
3. Service B sends a response to Service A's Dapr sidecar.
43+
4. Service A receives the response.
4644

4745
## Using an HTTPEndpoint resource or FQDN URL for non-Dapr endpoints
4846
There are two ways to invoke a non-Dapr endpoint when communicating either to Dapr applications or non-Dapr applications. A Dapr application can invoke a non-Dapr endpoint by providing one of the following:

0 commit comments

Comments
 (0)