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

Migrate to buf v2 config and update deps #35

Merged
merged 3 commits into from
Jun 19, 2024
Merged

Conversation

majst01
Copy link
Contributor

@majst01 majst01 commented Jun 1, 2024

Breaking for client, client.Dial does not require a context anymore

@majst01 majst01 requested a review from a team as a code owner June 1, 2024 15:51
@majst01 majst01 requested a review from robertvolkmann June 1, 2024 15:52
client.go Outdated Show resolved Hide resolved
@robertvolkmann
Copy link
Contributor

According grpc/grpc-go#1786, there a couple of difference between Dial and NewClient. Do observed any impact of these changes?

@majst01
Copy link
Contributor Author

majst01 commented Jun 3, 2024

According grpc/grpc-go#1786, there a couple of difference between Dial and NewClient. Do observed any impact of these changes?

DialContext is deprecated

@majst01
Copy link
Contributor Author

majst01 commented Jun 19, 2024

According grpc/grpc-go#1786, there a couple of difference between Dial and NewClient. Do observed any impact of these changes?

In the duros-controller i call the Version Enpoint and the duros-controller will die and restart if the client is not working.

https://github.com/metal-stack/duros-controller/blob/master/main.go#L226

@majst01 majst01 merged commit 3a40e22 into master Jun 19, 2024
1 check passed
@majst01 majst01 deleted the migrate-to-buf-v2 branch June 19, 2024 09:31
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