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
The deadline which is a part callOptions is not being sent to VertxClientCall and not taken into account when making grpc calls so there is no way to set request timeout for grpc client calls.
The text was updated successfully, but these errors were encountered:
Version
4.4.1
Context
When using vertx grpc client it seems that callOptions that holds deadline configuration is not being propagated to VertxClientCall.
Steps to reproduce
Create a vertx stub:
Use this stub to make calls with deadline:
The deadline which is a part callOptions is not being sent to VertxClientCall and not taken into account when making grpc calls so there is no way to set request timeout for grpc client calls.
The text was updated successfully, but these errors were encountered: