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

catch exceptions in grpc #392

Merged
merged 1 commit into from
Nov 20, 2023
Merged

catch exceptions in grpc #392

merged 1 commit into from
Nov 20, 2023

Conversation

shashank11p
Copy link
Contributor

@shashank11p shashank11p commented Nov 20, 2023

We add an interceptor in grpc, but we did not add any try catch blocks in the interceptor. If there is any error because of our code, we should catch and log, instead of allowing it to break the application.

@shashank11p shashank11p merged commit 8f4d68c into main Nov 20, 2023
9 checks passed
@shashank11p shashank11p deleted the catchExceptionsInGrpcServer branch November 20, 2023 16:48
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