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
I am using tonic-build to generate client code for the Google Logging v2 Tails log entry API, which provides a streaming endpoint to retrieve log entries in real-time. However, when I use the generated code to call the API and consume the stream, I consistently receive Ok(None) values from the response stream using the message() method.
Specifics:
I am using Tonic version 0.9.2 and Rust version 1.69.0
I have generated the client code using tonic-build and have not made any modifications to it
I have verified that the server is running and reachable (using ListLogEntriesRequest generated by tonic-build and also using grpcurl)
I have tried using grpcurl to call the same API, but receive data successfully
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Context:
I am using
tonic-build
to generate client code for the Google Logging v2 Tails log entry API, which provides a streaming endpoint to retrieve log entries in real-time. However, when I use the generated code to call the API and consume the stream, I consistently receiveOk(None)
values from the response stream using themessage()
method.Specifics:
0.9.2
and Rust version1.69.0
tonic-build
and have not made any modifications to itListLogEntriesRequest
generated bytonic-build
and also usinggrpcurl
)grpcurl
to call the same API, but receive data successfullyQuestions:
Thank you in advance for any assistance or feedback that you can provide!
Beta Was this translation helpful? Give feedback.
All reactions