Skip to content

Commit

Permalink
Update the reference URL
Browse files Browse the repository at this point in the history
Co-authored-by: Adhitya Mamallan <[email protected]>
  • Loading branch information
pandeyanshuman and adhityamamallan authored Feb 11, 2025
1 parent 6febe94 commit 7527615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/03-concepts/05-topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Note that both types of :worker:workers: as well as external clients are roles a
![Cadence Architecture](https://user-images.githubusercontent.com/14902200/160308507-2854a98a-0582-4748-87e4-e0695d3b6e86.jpg)


At the core of Cadence is a highly scalable multitenant service. The service exposes all of its functionality through a strongly typed [gRPC API](https://github.com/cadence-workflow/cadence-idl/tree/master/go/proto/api/v1). A Cadence cluster include multiple services, each of which may run on multiple nodes for scalability and reliablity:
At the core of Cadence is a highly scalable multitenant service. The service exposes all of its functionality through a strongly typed [gRPC API](https://github.com/cadence-workflow/cadence-idl/tree/master/proto/uber/cadence/api/v1). A Cadence cluster include multiple services, each of which may run on multiple nodes for scalability and reliablity:
- Front End: which is a stateless service used to handle incoming requests from Workers. It is expected that an external load balancing mechanism is used to distribute load between Front End instances.
- History Service: where the core logic of orchestrating workflow steps and activities is implemented
- Matching Service: matches workflow/activity tasks that need to be executed to workflow/activity workers that are able to execute them. Matching is assigned task for execution by the history service
Expand Down

0 comments on commit 7527615

Please sign in to comment.