Video & Slides for our first Bay Area OpenResty Meetup

Hi folks

We had a good time at our first bay area OpenResty meetup [1] last
month. Now I’d like to share with you the video recordings and slides
for our presentations:

Hopefully you can find them helpful and useful.

Special thanks go to our speakers and organizers. Also thanks Ming Wen
for the editing work of our video recordings.

We can definitely do more of such meetups in the future :slight_smile:

OpenResty is a high performance web platform based on NGINX and
LuaJIT: https://openresty.org/

Best regards,
-agentzh

[1] Envoy, NGINX Service & Edge Proxy Meetup | Meetup

Hi,

On Thu, Apr 28, 2016 at 12:38:18PM -0700, Yichun Z. (agentzh) wrote:

* Video: https://www.youtube.com/watch?v=fUGXEkdiqmk

Hopefully you can find them helpful and useful.

Indeed, thanks a lot!

One question about the new “ngx.balancer” Lua API … with quick look I
didn’t notice anything related to upstream healthchecks… is this
something you’ve been looking at improving, or is it out of scope for
this module?

Basicly I’m interested in more flexible/configurable upstream server
healthchecks (than what’s available in stock nginx), when using the http
proxy functionality.

Thanks,

– Pasi

Hi,

On Fri, Apr 29, 2016 at 03:08:06PM -0700, Yichun Z. (agentzh) wrote:

on it.

https://github.com/openresty/lua-resty-upstream-healthcheck

You can fork it yourself if you want to :slight_smile:

Also, you may find the following Lua library for balancer_by_lua* too:

https://github.com/agentzh/lua-resty-chash

Great! Thanks for the pointers.

Basicly I’m interested in more flexible/configurable upstream server
healthchecks (than what’s available in stock nginx), when using the http proxy
functionality.

Sure, who isn’t? :wink:

Hehe. indeed :slight_smile:

Thanks,

– Pasi

Hello!

On Fri, Apr 29, 2016 at 6:18 AM, Pasi Kärkkäinen wrote:

One question about the new “ngx.balancer” Lua API … with quick look I didn’t
notice anything related to upstream healthchecks… is this something you’ve been
looking at improving, or is it out of scope for this module?

Yes, we could adapt the existing lua-resty-upstream-healthcheck
library to support dynamic upstream peers in the context of
balancer_by_lua*. IIRC, the engineers at Mashape are already working
on it.

https://github.com/openresty/lua-resty-upstream-healthcheck

You can fork it yourself if you want to :slight_smile:

Also, you may find the following Lua library for balancer_by_lua* too:

https://github.com/agentzh/lua-resty-chash

Basicly I’m interested in more flexible/configurable upstream server
healthchecks (than what’s available in stock nginx), when using the http proxy
functionality.

Sure, who isn’t? :wink:

Best regards,
-agentzh