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

Add IDL for shard distributor lookups #6516

Merged

Conversation

jakobht
Copy link
Member

@jakobht jakobht commented Nov 21, 2024

What changed?
Added IDLs for looking up the owner of a shard in shard distributor

Why?
To enable looking up the owner of a shard in shard distributor

How did you test it?

Potential risks

Release notes

Documentation Changes

@jakobht jakobht force-pushed the shardManagerServiceLookupIdls branch from 2151230 to eb60826 Compare November 21, 2024 13:41
@jakobht jakobht merged commit 9be2511 into cadence-workflow:master Nov 21, 2024
17 checks passed
}

message GetShardOwnerResponse {
string owner = 1;
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 owner here? host:port or just host or some other identity? Please make it clear in the comments in proto file so API is self descriptive.

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