beltram / stubr

Rust implementation of Wiremock
https://beltram.github.io/stubr/html/
Apache License 2.0
64 stars 6 forks source link

Streaming support for gRPC? #502

Open mdevino opened 2 weeks ago

mdevino commented 2 weeks ago

Hey,

thanks for creating this library! Is streaming (client streaming, server streaming, and bidirectional streaming) supported by this library? I'm trying to create a streaming response, but it doesn't seem to be working.

beltram commented 2 weeks ago

Hi and thanks. No it's not supported but I don't see why it couldn't be done. Contributions are welcome if you find time to do this 😉

mdevino commented 2 weeks ago

Hey, thanks for the reply! I'm quite new to Rust and gRPC, but I'll give it a try and see qhat I can do.