Leandro Moreira
Leandro Moreira
@davidjameshowell I think we should rely on the latest version of it https://tools.ietf.org/html/draft-pantos-http-live-streaming-20#section-4.3.2.4 ``` 4.3.2.4. EXT-X-KEY Media Segments MAY be encrypted. The EXT-X-KEY tag specifies how to decrypt them. It...
Hi there @pzystorm how are you? are you using redis cluster? Did you allocated memory for the `slots`: ``` lua_shared_dict redis_cluster_slot_locks 100k; ``` Can you also make it work through...
Improvement 2 is not possible due `ngx.null` and `redis-resty` https://github.com/openresty/lua-resty-redis/issues/65
I don't know if I got you right, but you can use Lua to add dynamically hosts using https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/balancer.md . There is in even a consistent hashing implementation https://github.com/openresty/lua-resty-balancer You...
Thanks for such amazing work ;)
@agentzh is there any plan to merge this ?
Hi @ElvinEfendi did you publish a rock with these changes? If you didn't, I'm thinking to keep a `lua-resty-upstream-healthcheck-ssl` repo patching your changes to the main branch of this repo,...
I copied this PR and released it as a rock https://github.com/globocom/lua-resty-upstream-healthcheck
Thanks @SEJeff for the suggestion, I'll leave it open as a future feature. Since it sends to Logstash you can use a [plugin to do that](https://www.elastic.co/guide/en/logstash/current/plugins-outputs-influxdb.html) but this will put...
I'd suggest to: - Provide a new [Sender](https://github.com/globocom/redis-healthy/blob/master/main.go#L253). - Provide a way [to create](https://github.com/globocom/redis-healthy/blob/master/main.go#L123) different types of sender `METRIC_TARGET=logstash|graphite|telegraf` - Generify the [`configuration`](https://github.com/globocom/redis-healthy/blob/master/main.go#L150) to support `metric_host` and `metric_port` instead of...