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

Add option to set kinsumer client name #383

Closed
wants to merge 0 commits into from

Conversation

adatzer
Copy link
Contributor

@adatzer adatzer commented Nov 22, 2024

Jira ref: PDP-1581

})
}
}

func TestClientNamePassThrough(t *testing.T) {
Copy link
Collaborator

@colmsnowplow colmsnowplow Nov 28, 2024

Choose a reason for hiding this comment

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

What's the purpose of this additional test? What does it provide that isn't included in the other test?

Can its purpose be documented in a comment?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Discussed on call - the test above does all we need, we can remove this one.

t.Fatalf("failed to CreateComponent with error: %q", err.Error())
}

// workaround since clientName is unexported by Kinsumer
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not asking you to implement anything, but have a think about other possible options to verify the feature, and when we catch up let's think about what the simplest options might be.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Followup - we discussed different ways of thinking on the call.

@adatzer adatzer requested a review from colmsnowplow December 3, 2024 11:54
Copy link
Collaborator

@colmsnowplow colmsnowplow left a comment

Choose a reason for hiding this comment

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

LGTM

@adatzer adatzer force-pushed the feat/kinsumer_client_name branch from 1653f96 to 2baf306 Compare December 5, 2024 05:37
@adatzer adatzer closed this Dec 5, 2024
@adatzer adatzer force-pushed the feat/kinsumer_client_name branch from 2baf306 to 212b3df Compare December 5, 2024 06:06
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.

2 participants