-
Couldn't load subscription status.
- Fork 6.1k
[Orleans] Silo Metadata and Placement Filtering #44187
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
[Orleans] Silo Metadata and Placement Filtering #44187
Conversation
|
Note that dotnet/orleans#9271 has yet to be merged or included in an Orleans release yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's clean this up a bit and see what it looks like then. Also, we're need to ensure that these are added to the TOC.yml.
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
|
Reviewing to see if any updates are needed from the changes in the committed PR |
Aligning with changes to implementation.
|
@IEvangelist PR for the implementation has been merged and docs updated for changes in the PR |
moved Silo metadata to host configuration section
|
Hey @ReubenBond - could you please take a look at this as well? |
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
|
@IEvangelist @ReubenBond Orleans 9.2.0 is now released which includes Silo Metadata and Placement Filtering as documented here. https://github.com/dotnet/orleans/releases/tag/v9.2.0 |
|
Could Grain Placement Filtering be a sub-page of Grain Placement? |
@ReubenBond Moving the file to a folder next to grain-placement.md? or as a section in the existing Grain Placement file? |
|
@rkargMsft I mean as a page nested underneath it - like a sub topic. It's something you'd do by updating the toc file, I believe |
|
I'm not 100% sure it's doable yet, but it seems like a logical organization for the placement filtering doc |
|
@IEvangelist what's the norm here, should the TOC entry be called "Filtering" since it's under the Grain placement section already, or should it match the full page title like it does currently. |
|
@IEvangelist Quick bump on this. The feature has been released. I think the page location question is the only open one we have at this time. |

Summary
Documentation for code changes here: dotnet/orleans#9271
Internal previews