Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the cluster pg and glossary #2796

Merged
merged 8 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 72 additions & 72 deletions docs/encyclopedia/clusters.mdx

Large diffs are not rendered by default.

38 changes: 22 additions & 16 deletions docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Activity Heartbeat](/activities#activity-heartbeat)

An Activity Heartbeat is a ping from the Worker that is executing the Activity to the Temporal Cluster. Each ping informs the Temporal Cluster that the Activity Execution is making progress and the Worker has not crashed.
An Activity Heartbeat is a ping from the Worker that is executing the Activity to the Temporal Service. Each ping informs the Temporal Service that the Activity Execution is making progress and the Worker has not crashed.
jsundai marked this conversation as resolved.
Show resolved Hide resolved

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

Expand Down Expand Up @@ -67,7 +67,7 @@ _Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Archival](/clusters#archival)

Archival is a feature that automatically backs up Event Histories from Temporal Cluster persistence to a custom blob store after the Closed Workflow Execution retention period is reached.
Archival is a feature that automatically backs up Event Histories from Temporal Service persistence to a custom blob store after the Closed Workflow Execution retention period is reached.
jsundai marked this conversation as resolved.
Show resolved Hide resolved

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

Expand Down Expand Up @@ -101,9 +101,9 @@ The Claim Mapper component is a pluggable component that extracts Claims from JS

_Tags: [term](/tags/term)_

#### [Cluster configuration](/clusters#cluster-configuration)
#### [Cluster](/clusters) (_deprecated_)
jsundai marked this conversation as resolved.
Show resolved Hide resolved

Cluster Configuration is the setup and configuration details of your Temporal Cluster, defined using YAML.
A Cluster is a Temporal Server paired with Persistence and Visibility stores. _This term is deprecated and has been replaced by Temporal Service_
jsundai marked this conversation as resolved.
Show resolved Hide resolved

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

Expand All @@ -115,7 +115,7 @@ _Tags: [term](/tags/term)_

#### [Command](/workflows#command)

A Command is a requested action issued by a Worker to the Temporal Cluster after a Workflow Task Execution completes.
A Command is a requested action issued by a Worker to the Temporal Service after a Workflow Task Execution completes.

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

Expand All @@ -133,7 +133,7 @@ _Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Data Converter](/dataconversion)

A Data Converter is a Temporal SDK component that serializes and encodes data entering and exiting a Temporal Cluster.
A Data Converter is a Temporal SDK component that serializes and encodes data entering and exiting a Temporal Service.

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

Expand All @@ -151,7 +151,7 @@ _Tags: [term](/tags/term), [explanation](/tags/explanation), [delay-workflow](/t

#### [Dual Visibility](/visibility#dual-visibility)

Dual Visibility is a feature that lets you set a secondary Visibility store in your Temporal Cluster to facilitate migrating your Visibility data from one database to another.
Dual Visibility is a feature that lets you set a secondary Visibility store in your Temporal Service to facilitate migrating your Visibility data from one database to another.
jsundai marked this conversation as resolved.
Show resolved Hide resolved

_Tags: [term](/tags/term), [explanation](/tags/explanation), [filtered-lists](/tags/filtered-lists), [visibility](/tags/visibility)_

Expand All @@ -169,7 +169,7 @@ _Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Event](/workflows#event)

Events are created by the Temporal Cluster in response to external occurrences and Commands generated by a Workflow Execution.
Events are created by the Temporal Service in response to external occurrences and Commands generated by a Workflow Execution.
jsundai marked this conversation as resolved.
Show resolved Hide resolved

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

Expand Down Expand Up @@ -229,7 +229,7 @@ _Tags: [term](/tags/term)_

#### [History Shard](/clusters#history-shard)

A History Shard is an important unit within a Temporal Cluster by which the scale of concurrent Workflow Execution throughput can be measured.
A History Shard is an important unit within a Temporal Service by which the scale of concurrent Workflow Execution throughput can be measured.

_Tags: [term](/tags/term)_

Expand Down Expand Up @@ -295,7 +295,7 @@ _Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Persistence](/clusters#persistence)

The Temporal Persistence store is a database used by Temporal Services to persist events generated and processed in the Temporal Cluster and SDK.
The Temporal Persistence store is a database used by Temporal Services to persist events generated and processed in the Temporal Service and SDK.

_Tags: [term](/tags/term), [explanation](/tags/explanation)_
jsundai marked this conversation as resolved.
Show resolved Hide resolved

Expand Down Expand Up @@ -451,7 +451,7 @@ _Tags: [term](/tags/term), [cli](/tags/cli)_

#### [Temporal Client](/encyclopedia/temporal-sdks#temporal-client)

A Temporal Client, provided by a Temporal SDK, provides a set of APIs to communicate with a Temporal Cluster.
A Temporal Client, provided by a Temporal SDK, provides a set of APIs to communicate with a Temporal Service.

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

Expand Down Expand Up @@ -485,9 +485,9 @@ A Cloud gRPC Endpoint is a Namespace-specific address used to access Temporal Cl

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Temporal Cluster](/clusters)
#### [Temporal Service](/clusters)
jsundai marked this conversation as resolved.
Show resolved Hide resolved

A Temporal Cluster is a Temporal Server paired with Persistence and Visibility stores.
A Temporal Service is a Temporal Server paired with Persistence and Visibility stores.

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

Expand All @@ -499,13 +499,13 @@ _Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Temporal Platform](/temporal#temporal-platform)

The Temporal Platform consists of a Temporal Cluster and Worker Processes.
The Temporal Platform consists of a Temporal Service and Worker Processes.

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Temporal SDK](/encyclopedia/temporal-sdks)

A Temporal SDK is a language-specific library that offers APIs to construct and use a Temporal Client to communicate with a Temporal Cluster, develop Workflow Definitions, and develop Worker Programs.
A Temporal SDK is a language-specific library that offers APIs to construct and use a Temporal Client to communicate with a Temporal Service, develop Workflow Definitions, and develop Worker Programs.

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

Expand All @@ -515,6 +515,12 @@ The Temporal Server is a grouping of four horizontally scalable services.

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Temporal Service configuration](/clusters#cluster-configuration)
jsundai marked this conversation as resolved.
Show resolved Hide resolved

Temporal Service configuration is the setup and configuration details of your Temporal Service, defined using YAML.

_Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### [Temporal Web UI](/web-ui)

The Temporal Web UI provides users with Workflow Execution state and metadata for debugging purposes.
Expand Down Expand Up @@ -649,5 +655,5 @@ _Tags: [term](/tags/term), [explanation](/tags/explanation)_

#### tctl (_deprecated_)

tctl is a command-line tool that you can use to interact with a Temporal Cluster.
tctl is a command-line tool that you can use to interact with a Temporal Service.
It is superceded by the [Temporal CLI utility](#cli)
2 changes: 1 addition & 1 deletion static/diagrams/temporal-cluster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/diagrams/temporal-database.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/diagrams/temporal-frontend-service.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/diagrams/temporal-history-service.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/diagrams/temporal-matching-service.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/diagrams/temporal-worker-service.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.