Ayiga / go-kit-middlewarer

A utility for generating layers for the go-kit framework
MIT License
85 stars 9 forks source link

middlware for gprc #12

Open joeblew99 opened 7 years ago

joeblew99 commented 7 years ago

you mention in the readme that todo is instrumenting etc.

why no just use GRPC middleware ?

there are great wrapper here: https://github.com/mwitkow

have a look . I think it will help you allot.

joeblew99 commented 7 years ago

also there are generators to gen above and belwo the stack.

above https://github.com/improbable-eng/grpc-web https://github.com/improbable-eng/ts-protoc-gen

below https://github.com/mwitkow/go-proto-validators

i use a KV store under my grpc layer, and am planning to write basic CRUD stuff. Cant find anything for this yet. Am thinking that Minio and boltdb will be good.