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

Added integration in Shard Distributor with the generated handler #6521

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jakobht
Copy link
Contributor

@jakobht jakobht commented Nov 25, 2024

What changed?
Added integration of the shard distributor IDLs to the server

Why?
We need to integrate this so we can implement the endpoint

How did you test it?

Potential risks

Release notes

Documentation Changes

matchingPeerResolver: matchingPeerResolver,
}

// prevent us from trying to serve requests before matching engine is started and ready
Copy link
Member

Choose a reason for hiding this comment

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

what is the matching engine in this context?

Copy link
Member

Choose a reason for hiding this comment

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

@jakobht what do you think about adding an arch diagram sketch into the docs/arch folder to contextualize what you're thinking / be able to point those of us (such as myself) for whom context may have fallen out of our brains.

Adding the mapper/handler shell all seems all good, but it'd probably help with review

func NewHandler(
logger log.Logger,
metricsClient metrics.Client,
matchingPeerResolver matching.PeerResolver,
Copy link
Member

Choose a reason for hiding this comment

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

do we need history peer resolver?

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