You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the event stream serde is only implemented in REST binding protocols, per #110, based on the false assumption that streaming trait is only applicable to REST bindings. However in fact, event stream, AKA union type with streaming trait, should work in both groups of protocols(REST, RPC).
This issue currently results in Kinesis.subscribeToShard doesn't generate with eventstream serde utils.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently the event stream serde is only implemented in REST binding protocols, per #110, based on the false assumption that streaming trait is only applicable to REST bindings. However in fact, event stream, AKA union type with streaming trait, should work in both groups of protocols(REST, RPC).
This issue currently results in Kinesis.subscribeToShard doesn't generate with eventstream serde utils.
The text was updated successfully, but these errors were encountered: