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

Update streams-programming-apis.md implicit subscription section to b… #41988

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

jsedlak
Copy link
Contributor

@jsedlak jsedlak commented Aug 1, 2024

Summary

The section for Microsoft Orleans Streams Programming is missing information regarding how to implement Implicit Streams using the IAsyncOberserver and IStreamSubscriptionObserver interfaces. The documentation currently states that an explicit subscription is required, but implicit subscriptions can be supported by implementing two interfaces.

Adds information regarding implementing IAsyncObserver and IStreamSubscriptionObserver for Implicit Streams instead of explicitly subscribing (which does not apply is not required in the case of an implicit subscription)


Internal previews

📄 File 🔗 Preview link
docs/orleans/streaming/streams-programming-apis.md docs/orleans/streaming/streams-programming-apis

…e more clear

Adds information regarding implementing IAsyncObserver<T> and IStreamSubscriptionObserver for Implicit Streams instead of explicitly subscribing (which does not apply in the case of an implicit subscription)
@dotnet-bot dotnet-bot added this to the August 2024 milestone Aug 1, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Aug 1, 2024
@jsedlak
Copy link
Contributor Author

jsedlak commented Aug 1, 2024

@dotnet-policy-service agree

Copy link
Member

@IEvangelist IEvangelist left a comment

Choose a reason for hiding this comment

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

This looks good to me, but let's include @mikekistler to confirm.

Copy link
Contributor

@mikekistler mikekistler left a comment

Choose a reason for hiding this comment

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

Looks good. 👍

I'll defer to @ReubenBond on the technical details, but I suggested one minor wording change.

docs/orleans/streaming/streams-programming-apis.md Outdated Show resolved Hide resolved
Suggestion / Word Correction

Co-authored-by: Mike Kistler <[email protected]>
@BillWagner BillWagner closed this Oct 16, 2024
@BillWagner BillWagner reopened this Oct 16, 2024
@BillWagner BillWagner requested a review from a team as a code owner October 16, 2024 18:31
@dotnetrepoman dotnetrepoman bot modified the milestones: August 2024, October 2024 Oct 16, 2024
@BillWagner BillWagner enabled auto-merge (squash) October 16, 2024 18:31
@BillWagner BillWagner merged commit 2e3552e into dotnet:main Oct 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants