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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jsedlak
Copy link

@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
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]>
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.

5 participants