-
Notifications
You must be signed in to change notification settings - Fork 56
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
Unable to write to streams buffer under bidi-stream #368
Comments
@sneakstarberry thank you, we'll look into this. |
We have incorporated Please update your Then please update a branch on your fork with local modifications to demonstrate the reproducible test case and send us the link to the branch. Many thanks in advance. |
Hello! i'm reproducing test case. and make fork and create branch. error reproduce instruction is bottom of README.md. is this all you need? or should I give you more information about errors? |
modifying zilla.properties can hadle more requests but eventually failed.
|
Describe the bug
While doing benchmark test zilla got error.
test was bidi-stream 15 connection and each connection send 100 messages.
for this test I'm using ghz benchmark cmd tool.
my ghz configuration is under description.
Total request is 15 and concurrency request is 15, each request client send 100 messages. thus, 1500 messages should be sended.
Zilla configuration file is almost same as grpc-kafka echo example. proto file is not that important (i guess). it's just like EchoBidiStream.
To Reproduce
For reproducing this error you can follow under description.
ghz --config config.json
Expected behavior
Expected behavior is even if It's slow process the request correctly.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: