In this tutorial we will be implementing global exception handler for the spring boot gRPC server.
By using @GrpcAdvice, we can define a class with methods that handle certain
types of exceptions, providing a centralized way to manage and customize error handling in your application. https://www.javainuse.com/boot/grpc9