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

[Python] Support event streaming trait #1752

Closed
crisidev opened this issue Sep 20, 2022 · 2 comments · Fixed by #2482
Closed

[Python] Support event streaming trait #1752

crisidev opened this issue Sep 20, 2022 · 2 comments · Fixed by #2482
Assignees
Labels
python-server Python server SDK server Rust server SDK

Comments

@crisidev
Copy link
Contributor

Support Smithy event streaming trait.

@crisidev crisidev added server Rust server SDK python-server Python server SDK labels Sep 20, 2022
@crisidev crisidev changed the title [Python] Supoprt event streaming trait [Python] Support event streaming trait Sep 20, 2022
@XiangyangShi
Copy link

XiangyangShi commented Feb 24, 2023

Plus one on this.
Yes please!

Wanna share more a little bit on this, and why this item is important:
Our team is building a machine learning service which support streaming inference on an RNN model.
Since its a machine learning model, we have to use python server generation feature of smithy.
Because of streaming inference (instead of batch inference) we need to have EventStreaming.

@crisidev
Copy link
Contributor Author

Now that union support have been merged (#2427) we are confident we can deliver event streaming support. I don't have a timeline, but should happen soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python-server Python server SDK server Rust server SDK
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants