Skip to content

feat(blockbuilder): grpc transport #15218

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

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

@owen-d owen-d requested a review from a team as a code owner December 3, 2024 03:10
Copy link
Contributor

@ashwanthgoli ashwanthgoli left a comment

Choose a reason for hiding this comment

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

lgtm!


var _ Transport = &GRPCTransport{}

type GRPCTransportConfig struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: should we embed this in builder config? ignore me if it is planned for a follow-up

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I planned to leave this for when we're ready to wire it together.

type GRPCTransportConfig struct {
Address string `yaml:"address,omitempty"`

// GRPCClientConfig configures the gRPC connection between the Bloom Gateway client and the server.
Copy link
Contributor

@ashwanthgoli ashwanthgoli Dec 3, 2024

Choose a reason for hiding this comment

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

Suggested change
// GRPCClientConfig configures the gRPC connection between the Bloom Gateway client and the server.
// GRPCClientConfig configures the gRPC connection between the block builder client and the scheduler.
@owen-d owen-d merged commit 339ba1a into grafana:main Dec 3, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants