Rohit Joshi
Rohit Joshi
Hello, nginx has support for configuring upstream as backup which allows to fail over. How can I achieve similar results with resty balancer? Either using weight (1-0) or other flag?...
We have been seeing occasional memory corruption when `string.char(0)` used as part of the key. We can reproduce core only on one machine. When replaced it with '_' , not...
Added a shutdown flag which allows setting shutdown signal from outside `loop()` to exit gracefully.
Thanks for this awesome framework. I really like the Lua support which is very lightweight and fast. Does it support LuaJIT?
How do I enable support for mTLS?
Are you planning to add support for packing/unpacking?
Hello, Any plans to support ability to push messages to the queue? thx
Added following supports 1. GMT Date/time 2. HTTP Verb to allow get/put/post . Earlier PUT was hard coded 3. Populate Content-Type header if HTTP method is PUT/POST 4. Generating pre...
Thanks for this crate. What is the best way to implement update/remove once an element is found without retraversing the json?
I see a reduced performance by up to 40% when `statsd` metrics sent to `dogstatsd-local`. Not sure if the bottleneck is in client library `cadence` or `dogstatsd-local` (I doubt as...