Boklazhenko

Results 4 issues of Boklazhenko

Hello, thx for you job. i have this problem. i receiving response error - unexpected PDU ID: Deliver SM there is source ``` func (t *Transmitter) submitMsg(sm *ShortMessage, p pdu.Body,...

Hi, this code with memory leak ` YAML::Node a; for (;;) a = YAML::Load("{1B: Prince Fielder, 2B: Rickie Weeks, LF: Ryan Braun}"); `

Hello Maybe it is only question, but I expected another behavior suppose I have 2 topics with 3 partitions each and 3 consumers in one group when I call ```...

question

Hi, Is it possible add AttemptMetadataKey = "x-retry-attempt" https://github.com/grpc-ecosystem/go-grpc-middleware/blob/main/interceptors/retry/retry.go#L22 in StreamClientInterceptor ? exactly the same way it works in UnaryClientInterceptor thank you