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

Support gRPC Streaming Feature #388

Open
kurihiro0119 opened this issue Jan 24, 2024 · 4 comments
Open

Support gRPC Streaming Feature #388

kurihiro0119 opened this issue Jan 24, 2024 · 4 comments

Comments

@kurihiro0119
Copy link

I have recently started using scenarigo.

I apologize if I am mistaken, but it appears that scenarigo currently does not support gRPC streaming.
Are there any plans to inclde gRPC streaming suppoet in the future?
Alternatively, is there a method to implement streaming tests?

@zoncoen
Copy link
Owner

zoncoen commented Jan 27, 2024

Thank you for your feedback!
Scenarigo can't run tests for gRPC streaming methods now. 🙇
I also think this tool should support them. I have a plan to implement the feature but I haven't started yet. I'll do it as soon as possible.

@kurihiro0119
Copy link
Author

Thx for reply!
I don't know if it's possible, but can I try to implement the streaming function?

@zoncoen
Copy link
Owner

zoncoen commented Jan 31, 2024

Of course, contributions are always welcome!
However, I think it isn’t easy to decide what schema to use for streaming methods. It may contain multiple requests and expects and needs to communicate asynchronously. It’s different from unary methods.

@kurihiro0119
Copy link
Author

For now, I'll take a look at your code.

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

2 participants