An open API service indexing awesome lists of open source software.

https://github.com/jyane/java-grpc-contrib

grpc-java contrib
https://github.com/jyane/java-grpc-contrib

grpc interceptor java

Last synced: about 1 month ago
JSON representation

grpc-java contrib

Awesome Lists containing this project

README

        

# java-grpc-contrib

[![Build Status](https://travis-ci.org/jyane/java-grpc-contrib.svg?branch=master)](https://travis-ci.org/jyane/java-grpc-contrib)
[![codecov](https://codecov.io/gh/jyane/java-grpc-contrib/branch/master/graph/badge.svg)](https://codecov.io/gh/jyane/java-grpc-contrib)

Useful libraries for grpc-java.

## TODO
### Interceptors
- [x] auth
- [ ] client-side caching
- [ ] logging (or debbug)
- [ ] automatic context propagation

### Util
- [x] MoreStatus

## Feature
TBD

## Usage
TBD