salesforce / grpc-java-contrib

Useful extensions for the grpc-java library
BSD 3-Clause "New" or "Revised" License
220 stars 34 forks source link

Added DebugClientInterceptor #135

Closed SaiRepos closed 4 years ago

SaiRepos commented 4 years ago

Added DebugClientInterceptor that can intercept the outbound requests and inbound response to log the method name, status, headers and message as per given logging level

SaiRepos commented 4 years ago

Thank you @rmichela for review and suggestions. I am working on the changes and will check in shortly

SaiRepos commented 4 years ago

Hi @rmichela . I have committed the changes as per your review suggestions.

rmichela commented 4 years ago

Looks great! Can you add a unit test to demonstrate usage (and overriding log())? We can merge after that.

SaiRepos commented 4 years ago

@rmichela I've added unit tests in DebugClientInterceptorTest