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

Fix scanner start dep #3513

Merged
merged 2 commits into from
Oct 19, 2022
Merged

Fix scanner start dep #3513

merged 2 commits into from
Oct 19, 2022

Conversation

yux0
Copy link
Contributor

@yux0 yux0 commented Oct 19, 2022

What changed?
Fix scanner start dep

Why?
It should get system client in start()

How did you test it?
I tested with local start but it would be good to have functional test for the whole cluster.

Potential risks

Is hotfix candidate?

@yux0 yux0 requested a review from a team as a code owner October 19, 2022 19:33
@@ -109,7 +109,7 @@ type (
func New(
logger log.Logger,
cfg *Config,
sdkSystemClient sdkclient.Client,
sdkClientFactory sdk.ClientFactory,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably worth to add comment why client itself can't be injected here.

@alexshtin alexshtin merged commit 3aff85e into temporalio:master Oct 19, 2022
wxing1292 pushed a commit that referenced this pull request Oct 19, 2022
@yux0 yux0 deleted the worker-start branch October 19, 2022 21:51
norberthu pushed a commit that referenced this pull request Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants