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 format and update deps #98

Merged
merged 3 commits into from
Jun 13, 2024
Merged

Conversation

majst01
Copy link
Contributor

@majst01 majst01 commented Jun 1, 2024

No description provided.

@majst01 majst01 requested a review from a team as a code owner June 1, 2024 15:39
@majst01 majst01 requested review from vknabel and Gerrit91 June 1, 2024 15:43
}
// Set up a connection to the server.
conn, err := grpc.DialContext(ctx, address, opts...)
conn, err := grpc.NewClient(address, opts...)
Copy link
Contributor Author

@majst01 majst01 Jun 13, 2024

Choose a reason for hiding this comment

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

As this is no longer blocking i will add a Version() endpoint for clients to be able to wait until the service is available.

#100

Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we can even add this to health checks of the metal-api then?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

voted against it because the masterdata-api does not start if the database is not working as required.

@majst01 majst01 merged commit 3b74b36 into master Jun 13, 2024
1 check passed
@majst01 majst01 deleted the migrate-to-buf-v2 branch June 13, 2024 06:10
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.

3 participants