issues
search
mwitkow
/
grpc-proxy
gRPC proxy is a Go reverse proxy that allows for rich routing of gRPC calls with minimum overhead.
Apache License 2.0
962
stars
210
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
forwardClientToServer method may lose the response header when got rpc error?
#79
LugiaChang
opened
6 days ago
0
fix: conn memory leak
#77
Avionic23
closed
5 months ago
0
feat: stream error handler
#76
Avionic23
closed
5 months ago
0
Upgrade from Go 1.14 → 1.21
#75
drauschenbach
opened
7 months ago
0
`failed to unmarshal, message is *proxy.Frame, want proto.Message`
#74
Philmod
closed
10 months ago
1
Add TransparentHandlerWithOptions function
#73
hashi-derek
opened
11 months ago
0
feat: support of grpc.ClientConnInterface allows custom streams
#72
DenKoren
opened
12 months ago
0
to make proxy.StreamDirector return an array of grpcClientConnection
#71
abhishekkarigar
opened
1 year ago
2
Proxy interface, not a struct.
#70
fizx
closed
1 year ago
0
Add support for Client Connection Interface
#69
RGood
opened
1 year ago
3
Bump golang.org/x/sys from 0.0.0-20210331175145-43e1dd70ce54 to 0.1.0
#68
dependabot[bot]
opened
1 year ago
0
Bump golang.org/x/net from 0.0.0-20210331212208-0fccb6fa2b5c to 0.7.0
#67
dependabot[bot]
opened
1 year ago
0
docs(readme): misspell
#66
zhangxiaofeng05
opened
1 year ago
0
Bump golang.org/x/text from 0.3.6 to 0.3.8
#65
dependabot[bot]
opened
1 year ago
0
fixed: expired grpc call issue
#64
sxueck
opened
2 years ago
1
modify: typo
#63
1046102779
closed
1 year ago
0
Use Empty rather than Any for message processing
#62
adamthesax
closed
1 year ago
7
Fields marked as `repeated` are truncated
#61
adamthesax
closed
1 year ago
5
Refactor implementation to support grpc.ClientConnInterface
#60
joeycumines
opened
2 years ago
0
src.RecvMsg(f) that in handler.forwardClientToServer product rpc error: code = Internal desc = grpc: failed to unmarshal the received message string field contains invalid UTF-8
#59
rudyares
closed
1 year ago
4
Fix for go-1.18, Errorf doesn't accept verb %w
#58
mikelolasagasti
opened
2 years ago
3
Change anypb.Any to emptypb.Empty (thanks @danw for the fix)
#57
ntaylor-barnett
opened
2 years ago
2
Move to protobuf API v2.
#56
bwplotka
opened
2 years ago
0
Problem forwardServerToClient() since last month's modernization
#55
esnible
opened
2 years ago
9
The sample in the README makes no sense
#54
esnible
opened
2 years ago
0
forget it
#53
bglmmz
closed
3 years ago
1
Remove deprecated logic, modernise project
#52
marcusirgens
closed
2 years ago
9
Use anypb.Any{} instead of deprecated Codec logic
#51
marcusirgens
closed
2 years ago
1
Update gRPC and fix tests
#50
fedeberco
opened
3 years ago
0
Status update?
#49
mjpitz
closed
3 years ago
0
1. replace deprecated function 2. support connection pool 3. go module management
#48
zhyshen
opened
4 years ago
1
Fix blocking problem caused by client reading header header
#47
e421083458
opened
4 years ago
0
grpc reverse proxy
#46
Arnold1
opened
4 years ago
6
Rework build to use GitHub Actions, linting updates.
#45
smira
closed
5 years ago
0
update func director
#44
mrchar
closed
5 years ago
0
panic: interface conversion: *proxy.frame is not proto.Message: missing method ProtoMessage
#43
rmilejcz
opened
5 years ago
3
Fix propagation of headers with grpc server errors
#42
technicianted
opened
5 years ago
2
Fix propagation of headers with grpc server errors
#41
technicianted
closed
5 years ago
0
Get any grpc.request data
#40
Negashev
closed
5 years ago
0
Adding x-forwarded-host support
#39
kdima
opened
5 years ago
0
Update README.md
#38
atotto
opened
5 years ago
1
X-Forwarded-For support
#37
sandersaares
opened
6 years ago
2
Update implementation to use non-deprecated api calls
#36
iwittkau
opened
6 years ago
3
Remove unused i var in infinite for loop
#35
pgherveou
closed
4 years ago
1
Move error checking further up
#34
rubensf
closed
6 years ago
0
close backendConn
#33
edwardhey
opened
6 years ago
0
how to make client to use proxy
#32
tianxiaoliang
opened
6 years ago
1
change transport.StreamFromContext to grpc.ServerTransportStreamFromContext
#31
edwardhey
opened
6 years ago
0
Won't build, now that grpc/transport is no longer public
#30
steventhurgood
closed
6 years ago
2
ExampleStreamDirector: context.WithCancel() and no cancel?
#29
pohly
opened
6 years ago
0
Next