You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (JIRA)" <ji...@apache.org> on 2019/06/21 16:23:00 UTC

[jira] [Created] (ARROW-5681) [FlightRPC][Java] Wrap gRPC exceptions

lidavidm created ARROW-5681:
-------------------------------

             Summary: [FlightRPC][Java] Wrap gRPC exceptions
                 Key: ARROW-5681
                 URL: https://issues.apache.org/jira/browse/ARROW-5681
             Project: Apache Arrow
          Issue Type: Improvement
          Components: FlightRPC, Java
            Reporter: lidavidm
            Assignee: lidavidm
             Fix For: 1.0.0


Instead of requiring users to catch/throw StatusRuntimeException in Flight services/clients, and thereby leaking gRPC details, we should provide our own set of exceptions and status codes. This way, services can provide proper error messages and error codes to clients, which can catch the exception and respond properly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)