open-telemetry / opentelemetry-network

eBPF Collector
https://opentelemetry.io
Apache License 2.0
296 stars 46 forks source link

Upgrade grpc go #271

Open hyfj44255 opened 3 months ago

hyfj44255 commented 3 months ago

Description:

Upgrade gRPC-Go HTTP/2 to Avoid Rapid Reset issue **Link to tracking Issue:** https://github.com/open-telemetry/opentelemetry-network/issues/268 **Testing:** **Documentation:**
hyfj44255 commented 3 months ago

Hi @yonch could you take look this pr when you got chance thanks

hyfj44255 commented 2 months ago

Hi @yonch and @bjandras this PR is to upgrade gRPC-Go HTTP/2 lib version to avoid rapid reset issue , this is a flaw in gRPC-Go lib, I was wondering if you could take a look

yonch commented 3 days ago

@hyfj44255 I know you were just upgrading versions... Still, why there is a dependency on protobuf on GitHub and on google.golang.org and they are different versions? And the GitHub version seems significantly older..