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

ei-513 Add sharing feed data via a stream #34

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

captnz
Copy link
Contributor

@captnz captnz commented Nov 9, 2023

No description provided.

@@ -36,6 +36,9 @@ service FeedAPI {
// Shares a new sample of data for the given feed which any (interest) subscribers can receive.
rpc ShareFeedData(ShareFeedDataRequest) returns (ShareFeedDataResponse) {}

// Shares feed data over a stream, any sharing error will return the error and close the stream
rpc StreamFeedData(stream ShareFeedDataRequest) returns (ShareFeedDataResponse) {}
Copy link
Contributor

Choose a reason for hiding this comment

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

This should indicate that currently only streamed sharing of a single feed is supported

Copy link
Contributor

@StephanieBracaloni StephanieBracaloni Nov 15, 2023

Choose a reason for hiding this comment

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

Note: cannot share to different feeds over the same stream.

Will be added.

Copy link
Contributor

@StephanieBracaloni StephanieBracaloni left a comment

Choose a reason for hiding this comment

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

LGTM

@StephanieBracaloni StephanieBracaloni merged commit 247db21 into main Nov 15, 2023
1 check passed
@StephanieBracaloni StephanieBracaloni deleted the ei-513 branch November 15, 2023 16:42
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