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

Argument to RecordSubscribe should not be a stream. #149

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

haussli
Copy link
Contributor

@haussli haussli commented Jan 30, 2024

Missed this change in the previous merge.

issue #137

Copy link
Contributor

@morrowc morrowc left a comment

Choose a reason for hiding this comment

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

Would ask a niranjan to have a gander here, but... this SEEMS ok to me:

  1. the request only has a timestamp: "tell me anything since X"
  2. I don't see you wanting to make that request often on the same connection
    (you are just waiting around for more data, no need to re-ask)

overall seems ok, but :) 2x check would be nice.

@morrowc morrowc requested a review from marcushines January 30, 2024 21:42
@morrowc
Copy link
Contributor

morrowc commented Jan 30, 2024

huh, I can't add niranjan... maybe we poke him in another method to have a look

@morrowc morrowc merged commit a80d61c into openconfig:main Jan 30, 2024
2 checks passed
@nmahabaleshwar
Copy link
Contributor

Would ask a niranjan to have a gander here, but... this SEEMS ok to me:

  1. the request only has a timestamp: "tell me anything since X"
  2. I don't see you wanting to make that request often on the same connection
    (you are just waiting around for more data, no need to re-ask)

overall seems ok, but :) 2x check would be nice.

This looks fine, lets incorporate the text in haussli@33b831a

@nmahabaleshwar
Copy link
Contributor

Would ask a niranjan to have a gander here, but... this SEEMS ok to me:

  1. the request only has a timestamp: "tell me anything since X"
  2. I don't see you wanting to make that request often on the same connection
    (you are just waiting around for more data, no need to re-ask)

overall seems ok, but :) 2x check would be nice.

This looks fine, lets incorporate the text in haussli@33b831a

Raised #151 for this

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