aboutsummaryrefslogtreecommitdiff
path: root/plugin/grpc/grpc.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-07-15Improve gRPC Plugin when backend is not available (#3966)Gravatar Ricardo Katz 1-5/+17
* Improve gRPC Plugin when backend is not available Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br> * Improve gRPC Plugin when backend is not available Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
2020-05-29plugin/forward/grpc: Revert forward/grpc policy dedup (#3919)Gravatar Chris O'Haver 1-9/+3
* revert de-dup Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * unit test Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * use roundrobin policy in test Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2019-12-17Dedup policy implement between grpc and proxy plugin (#3537)Gravatar Zou Nengren 1-3/+9
Signed-off-by: zouyee <zounengren@cmss.chinamobile.com>
2019-03-24request.Request: remove useless function (#2714)Gravatar Miek Gieben 1-1/+2
ErrorMessage was a very shallow function that didn't add anything. Remove it and remove its usage. Signed-off-by: Miek Gieben <miek@miek.nl>
2019-03-14plugin/grpc: New gRPC plugin (#2667)Gravatar IƱigo 1-0/+130
* plugin/grpc: New gRPC plugin * some changes after the first review: - remove healthcheck. gRPC already has this implicitly implemented - some naming and stetic changes - fix some comments - other minor fixes * plugin/grpc: New gRPC plugin * some changes after the first review: - remove healthcheck. gRPC already has this implicitly implemented - some naming and stetic changes - fix some comments - other minor fixes * add OWNERS file and change plugin order * remove Rcode checker