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

Streaming RPC - Incorrect Protocol impl #10

Open
AThilenius opened this issue Mar 11, 2024 · 0 comments
Open

Streaming RPC - Incorrect Protocol impl #10

AThilenius opened this issue Mar 11, 2024 · 0 comments

Comments

@AThilenius
Copy link
Owner

AThilenius commented Mar 11, 2024

The streaming RPC protocol is incorrectly implemented, resulting in error responses from the connect-es client. As it turns out, the connect protocol reference is ambiguous in the spec definition of half-duplex streams. After some clarification from the Buf folks, it seems my interpretation of the spec was incorrect. Half-duplex streams are still treated as BiDi streams at the protocol level. Which unfortunately leaves a ton of ambiguity in the implementation of them. C'est la vie.

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

No branches or pull requests

1 participant