Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
AdminOperationToken dynamicproperties.StringPropertyFn
KafkaCfg config.KafkaConfig
ArchiverConfig *archiver.Config
IndexerCfg *indexer.Config
ScannerCfg *scanner.Config
BatcherCfg *batcher.Config
ESAnalyzerCfg *esanalyzer.Config
ThrottledLogRPS dynamicproperties.IntPropertyFn
PersistenceGlobalMaxQPS dynamicproperties.IntPropertyFn
PersistenceMaxQPS dynamicproperties.IntPropertyFn
EnableBatcher dynamicproperties.BoolPropertyFn
EnableParentClosePolicyWorker dynamicproperties.BoolPropertyFn
NumParentClosePolicySystemWorkflows dynamicproperties.IntPropertyFn
EnableFailoverManager dynamicproperties.BoolPropertyFn
DomainReplicationMaxRetryDuration dynamicproperties.DurationPropertyFn
EnableESAnalyzer dynamicproperties.BoolPropertyFn
EnableAsyncWorkflowConsumption dynamicproperties.BoolPropertyFn
HostName string
// contains filtered or unexported fields
}
Config contains all the service config for worker
type Service ¶
Service represents the cadence-worker service. This service hosts all background processing needed for cadence cluster: 1. Replicator: Handles applying replication tasks generated by remote clusters. 2. Indexer: Handles uploading of visibility records to elastic search. 3. Archiver: Handles archival of workflow histories.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package archiver is a generated GoMock package.
|
Package archiver is a generated GoMock package. |
|
Package indexer is a generated GoMock package.
|
Package indexer is a generated GoMock package. |
|
Package worker is a generated GoMock package.
|
Package worker is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.