Skip to content

Commit

Permalink
Bootstrap kafka config for worker service (#6512)
Browse files Browse the repository at this point in the history
  • Loading branch information
sankari165 authored Nov 21, 2024
1 parent 925e64d commit 7c70765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/worker/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func NewConfig(params *resource.Params) *Config {
},
MaxWorkflowRetentionInDays: dc.GetIntProperty(dynamicconfig.MaxRetentionDays),
},
KafkaCfg: params.KafkaConfig,
BatcherCfg: &batcher.Config{
AdminOperationToken: dc.GetStringProperty(dynamicconfig.AdminOperationToken),
ClusterMetadata: params.ClusterMetadata,
Expand Down

0 comments on commit 7c70765

Please sign in to comment.