What are Parallel & sequential Orchestration types in vConnect API?
8 Likes
Orchestration Type | Description |
---|---|
Parallel Orchestration | Parallel orchestration is also referred to as enumeration. In the parallel orchestration, an incoming client request is broken into multiple outgoing sub-requests. Each sub-request executes through different service end-point simultaneously and captures a response. Thus, the responses to all sub-requests are combined into a single response and then returned to the client. |
Sequential Orchestration | In the sequential orchestration, you can access multiple end points by automating a number of sequential calls. After the single API point (wrapper API) receives the client request, it sequentially invokes multiple service points to fulfill or authorize the client request. |
9 Likes