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

Even better gRPC debugging #2193

Merged
merged 4 commits into from
Jul 17, 2023
Merged

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Jul 17, 2023

  • Client request stream
    • Add debugging enhancements to retry request stream
    • Remove in-progress property
    • Display whether the request stream has been completed
    • Replace CallCompleted property with Call property linking back to the stream's call
  • Client response stream
    • Add debugging enhancements to retry response stream
    • Remove in-progress property
    • Display whether it has reached the end of stream
    • Replace CallCompleted property with Call property linking back to the stream's call
  • Server request stream
    • Display whether it has reached the end of stream
    • Add ServerCallContext property linking back to the stream's context
  • Server response stream
    • Remove in-progress property
    • Display whether it has reached the end of stream
    • Add ServerCallContext property linking back to the stream's context
  • Add method information to client call

Client call

Before:

image

After:

image

Client request stream

Before:

image

After:

image

Client response stream

Before:

image

After:

image

@JamesNK JamesNK merged commit d884b50 into grpc:master Jul 17, 2023
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

Successfully merging this pull request may close these issues.

2 participants