Skip to content

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