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

Enhance error handling to support streaming calls #586

Merged
merged 3 commits into from Sep 24, 2021

Conversation

ST-DDT
Copy link
Collaborator

@ST-DDT ST-DDT commented Sep 19, 2021

Fixes #516
Fixes #561

Now it is possible to use the server side exception handling in all circumstances.

  • Grpc service method itself
  • Response StreamObserver#onError
  • Request StreamObserver#onNext
  • Request StreamObserver#onComplete

@ST-DDT ST-DDT added the enhancement A feature request or improvement label Sep 19, 2021
@ST-DDT ST-DDT added this to the 2.13.0 milestone Sep 19, 2021
@ST-DDT ST-DDT self-assigned this Sep 19, 2021
@yidongnan yidongnan merged commit 1f76160 into master Sep 24, 2021
@yidongnan yidongnan deleted the feature/streaming-exception-handling branch September 24, 2021 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature request or improvement
Projects
None yet
2 participants