ydb-platform / ydb-go-sdk-otel

OpenTelemetry adapter for ydb-go-sdk
Apache License 2.0
2 stars 3 forks source link

Ignore EOF error on stream recv. #20

Closed neyguvj closed 6 months ago

neyguvj commented 6 months ago

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

connError{node_id:50052,address:'hostname:2135'}: transport/Unknown (code = 2, source error = "EOF", address: "hostname:2135") at github.com/ydb-platform/ydb-go-sdk/v3/internal/conn.(*grpcClientStream).RecvMsg(grpc_client_stream.go:147) Issue Number: #19

What is the new behavior?

EOF error is skipped

Other information