Skip to content

Releases: lnshi/grpc-proxy

Added ability to notify back

25 Jul 08:00
Compare
Choose a tag to compare
Pre-release

Added ability to notify when there was error happening in the forwarding or forwarding has been completed.

It will be extremely useful when you want to do the metrics collection with prometheus or other similar monitoring system.

Fix compatible issues with upstream grpc-go

07 Jul 13:53
Compare
Choose a tag to compare

Fix compatible issues that caused by upstream grpc-go removed the StreamFromContext in the transport package with this commit: grpc/grpc-go@57640c0