Brian Akins

Results 26 comments of Brian Akins

Could be related to this in grpc https://github.com/grpc/grpc-go/pull/2697 If you update grpc dependency, does it still error?

SASL requires the binary memcache protocol. Currently, only the text based protocol is supported.

I think you must use the binary protocol for that. This only supports the text protocol. I have used this in the past http://docs.couchbase.com/moxi-manual-1.8/. Just map ports to buckets

In typical Lua usage, one would just pass a closure to on_abort rather than using pass values: ``` lua ngx.on_abort(function() someotherfunction(my, arguments, for, the, other, function) end ) ```

@agentzh I'm not surprised by the creation of a closure on each request showing up in a flame graph, I just wonder how much difference it makes in the real...

@enisoc Thanks for the feedback. I've been traveling, but will address these soon.

I quickly implemented https://github.com/bakins/otel-grpc-statshandler as I ran into similar issues. Needs more testing, etc.

FWIW, I use https://github.com/fabric8io/configmapcontroller to do a rolling update of the Deployment when I update my config. So far, so good.

FWIW, I prefer the approach that uses an HTTP endpoint to trigger the reload. For certificates, etc, I may want to write several files to a directory, then trigger the...