Michal Witkowski
Michal Witkowski
We're also very much interested in this. The biggest benefit of using event-stream is that parsing a stream of JS events in a browser doesn't buffer up the whole content...
Can you elaborate on the ES failures? Is it not happy with dots in key names?
@devnev @yifanzz Can you guys check if this is affecting us, and whether we need to add an option to move to an underscore as a separator instead?
The log entry is then cloned every time on new request and the clone is put inside the `Context` variable of the request. That request is then handled by the...
Yes, this was a concious decision. In our codebase, whenever we fan out to sub to go routines (rare) we make sure that we clone the relevant objects and pass...
Glad you're finding the payloads logger useful :) The idea here was that the Entry you pass into the Payload logger already contains the level you want to log as....
I'm just wondering whether this could be solved with one solution like #89, and make that extend to the payload logging.
So, the `otgrpc` implements only a Unary handler, and this implements `Streaming` as well, both for client and server-side. Both packages are indeed using `opentracing-go` since that is the official...
@bhs well `grpc_ctx` is an internal package of the `go-grpc-middlewares`. That's the only reason. Can you link me to the Streaming PR for otgrpc?
Yeah, I don't know what their policy is. Hopefully with `vgo` being more mainstream all this craziness will go away.