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

chore: add comment about http streaming sequence behavior #1380

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leahecole
Copy link
Contributor

I was experimenting a bunch with how to properly warn/error about the behavior we saw in #1377. The only handwritten place I could do so would be in sequence_service.go, but I decided against that because afaik, at that point, the sequence service does not know if it was called via http or gRPC so the only way to warn about unexpected behavior would be to do so every single time, which seemed not great. Instead I decided to add a comment to the proto so it was at least written down somewhere. If y'all have a more clever spot though, I'm open to hearing where this could go!

@leahecole leahecole marked this pull request as ready for review October 18, 2023 14:35
@leahecole leahecole requested review from a team as code owners October 18, 2023 14:35
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.

None yet

3 participants